The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/dev/usb/FILES

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 $FreeBSD: releng/7.3/sys/dev/usb/FILES 164480 2006-11-21 22:29:06Z dougb $
    2 
    3 A small roadmap of the USB files:
    4 
    5 FILES                   this file
    6 dsbr100io.h             API for ufm.c
    7 ehci.c                  Host controller driver for EHCI
    8 ehcireg.h               Hardware definitions for EHCI
    9 ehcivar.h               API for ehci.c
   10 hid.c                   subroutines to parse and access HID data
   11 hid.h                   API for hid.c
   12 if_aue.c                USB Pegasus Ethernet driver
   13 if_auereg.h               and definitions for it
   14 if_axe.c                USB ASIX Electronics Ethernet driver
   15 if_axereg.h               and definitions for it
   16 if_cue.c                USB CATC Ethernet driver
   17 if_cuereg.h               and definitions for it
   18 if_kue.c                USB Kawasaki Ethernet driver
   19 if_kuereg.h               and definitions for it
   20 ohci.c                  Host controller driver for OHCI
   21 ohcireg.h               Hardware definitions for OHCI
   22 ohcivar.h               API for ohci.c
   23 ufm.c                   USB fm radio driver
   24 [Merged] ugen.c         generic driver that can handle access to any USB device
   25 uhci.c                  Host controller driver for UHCI
   26 uhcireg.h               Hardware definitions for UHCI
   27 uhcivar.h               API for uhci.c
   28 uhid.c                  USB HID class driver
   29 uhub.c                  USB hub driver
   30 ukbd.c                  USB keyboard driver
   31 ulpt.c                  USB printer class driver
   32 umass.c                 USB mass storage driver
   33 umodem.c                USB modem (CDC ACM) driver
   34 ums.c                   USB mouse driver
   35 urio.c                  USB Diamond Rio500 driver
   36 usb.c                   usb (bus) device driver
   37 usb.h                   general USB defines
   38 usb_mem.c               memory allocation for DMAable memory
   39 usb_mem.h               API for usb_mem.c
   40 usb_port.h              compatibility defines for different OSs
   41 usb_quirks.c            table of non-conforming USB devices and their problems
   42 usb_quirks.h            API for usb_quirks.c
   43 usb_subr.c              various subroutines used by USB code
   44 usbcdc.h                USB CDC class definitions
   45 usbdevs                 data base of known device
   46 usbdi.c                 implementation of the USBDI API, which all drivers use
   47 usbdi.h                 API for usbdi.c
   48 usbdi_util.c            utilities built on top of usbdi.h
   49 usbdi_util.h            API for usbdi_util.c
   50 usbdivar.h              internal defines and structures for usbdi.c
   51 uscanner.c              minimal USB scanner driver
   52 usbhid.h                USB HID class definitions

Cache object: bb2ae60d49e3153eafe9a5ec0138126c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.