USB_ALLOC_BUS

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

usb_alloc_bus - creates a new USB host controller structure  

SYNOPSIS

struct usb_bus * usb_alloc_bus (struct usb_operations * op);  

ARGUMENTS

op
pointer to a struct usb_operations that this bus structure should use
 

CONTEXT

!in_interrupt  

DESCRIPTION

Creates a USB host controller bus structure with the specified usb_operations and initializes all the necessary internal objects.

If no memory is available, NULL is returned.

The caller should call usb_put_bus when it is finished with the structure.  

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: 23:19:29 GMT, August 13, 2003