1USB_ADD_HCD(9)               Host Controller APIs               USB_ADD_HCD(9)
2
3
4

NAME

6       usb_add_hcd - finish generic HCD structure initialization and register
7

SYNOPSIS

9       int usb_add_hcd(struct usb_hcd * hcd, unsigned int irqnum,
10                       unsigned long irqflags);
11

ARGUMENTS

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

FINISH THE REMAINING PARTS OF GENERIC HCD INITIALIZATION

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 3.10         June 2019                    USB_ADD_HCD(9)
Impressum