USB_ADD_HCD
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
usb_add_hcd - finish generic HCD structure initialization and register
SYNOPSIS
"SYNOPSIS"
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- FINISH THE REMAINING PARTS OF GENERIC HCD INITIALIZATION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:56 GMT, October 09, 2005