USB_ALLOC_DEV

Section: (9)
Updated: 06 August 2003
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.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 08:41:33 GMT, April 09, 2004