First page
Back
Continue
Last page
Overview
Graphics
Instanciation of usb_driver
struct usb_driver
is a structure defined by the USB core. Each USB device driver must instantiate it, and register itself to the USB core using this structure
This structure inherits from
struct driver
, which is defined by the device model.