USB_ALLOC_DEV
Section: (9)
Updated: 13 April 2004
Index
Return to Main Contents
NAME
usb_alloc_dev - allocate a usb device structure (usbcore-internal)
SYNOPSIS
struct usb_device * usb_alloc_dev (struct usb_device * parent, struct usb_bus * bus);
ARGUMENTS
- parent
-
hub to which device is connected
- bus
-
bus used to access the device
CONTEXT
!in_interrupt ()
DESCRIPTION
Only hub drivers (including virtual root hub drivers for host
controllers) should ever call this.
This call is synchronous, and may not be used in an interrupt context.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.1.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- CONTEXT
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 11:22:03 GMT, April 13, 2004