1USB_ADD_HCD(9) Host Controller APIs USB_ADD_HCD(9)
2
3
4
6 usb_add_hcd - finish generic HCD structure initialization and register
7
9 int usb_add_hcd(struct usb_hcd * hcd, unsigned int irqnum,
10 unsigned long irqflags);
11
13 hcd
14 the usb_hcd structure to initialize
15
16 irqnum
17 Interrupt line to allocate
18
19 irqflags
20 Interrupt type flags
21
23 allocate the buffers of consistent memory, register the bus, request
24 the IRQ line, and call the driver's reset and start routines.
25
27Kernel Hackers Manual 2.6. November 2011 USB_ADD_HCD(9)