| The Linux-USB Host Side API | ||
|---|---|---|
| <<< Previous | Next >>> | |
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.
| <<< Previous | Home | Next >>> |
| usb_bus_init | Up | usb_register_bus |