Query: usb_gadget_unregister_driver
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_GADGET_UNREGISTE(9) Kernel Mode Gadget API USB_GADGET_UNREGISTE(9)NAMEusb_gadget_unregister_driver - unregister a gadget driverSYNOPSISint usb_gadget_unregister_driver(struct usb_gadget_driver * driver);ARGUMENTSdriver the driver being unregisteredCONTEXTcan sleepDESCRIPTIONCall this in your gadget driver's module cleanup function, to tell the underlying usb controller that your driver is going away. If the controller is connected to a USB host, it will first disconnect. The driver is also requested to unbind and clean up any device state, before this procedure finally returns. It's expected that the unbind functions will in in exit sections, so may not be linked in some kernels.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_GADGET_UNREGISTE(9)
Related Man Pages |
---|
struct_usb_configuration(9) - centos |
struct_usb_composite_driver(9) - centos |
usb_ep_queue(9) - centos |
struct_usb_composite_dev(9) - suse |
struct_usb_gadget_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
Set hard block limit for user using quota |
DB2 convert digits to binary format |
Docker learning Phase-I |
Unsure why access time on a directory change isn't changing |