Rechercher une page de manuel
usb_add_hcd
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
usb_add_hcd - finish generic HCD structure initialization and registerSYNOPSIS
- int usb_add_hcd(struct usb_hcd * hcd, unsigned int irqnum, unsigned long irqflags);
ARGUMENTS
hcd
- the usb_hcd structure to initialize
irqnum
- Interrupt line to allocate
irqflags
- Interrupt type flags
FINISH THE REMAINING PARTS OF GENERIC HCD INITIALIZATION
allocate the buffers of consistent memory, register the bus, request the IRQ line, and call the driver's reset and start routines.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre