[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]

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

Version: -  FREEBSD  -  FREEBSD7  -  FREEBSD70  -  FREEBSD6  -  FREEBSD63  -  FREEBSD62  -  FREEBSD61  -  FREEBSD60  -  FREEBSD5  -  FREEBSD55  -  FREEBSD54  -  FREEBSD53  -  FREEBSD52  -  FREEBSD51  -  FREEBSD50  -  FREEBSD4  -  FREEBSD3  -  FREEBSD22  -  linux-2.6  -  linux-2.4.22  -  MK83  -  MK84  -  PLAN9  -  DFBSD  -  NETBSD  -  NETBSD4  -  NETBSD3  -  NETBSD20  -  OPENBSD  -  xnu-517  -  xnu-792  -  xnu-792.6.70  -  xnu-1228  -  OPENSOLARIS  -  minix-3-1-1  -  TRUSTEDBSD-SEBSD  -  FREEBSD-LIBC  -  FREEBSD7-LIBC  -  FREEBSD6-LIBC  -  GLIBC27 
SearchContext: -  none  -  excerpts  -  bigexcerpts 

  1 $FreeBSD: src/sys/dev/usb/FILES,v 1.8 2006/11/21 22:29:06 dougb Exp $
  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

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]


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