Man Page: usb_gadget_probe_driver
Operating Environment: centos
Section: 9
USB_GADGET_PROBE_DRI(9) Kernel Mode Gadget API USB_GADGET_PROBE_DRI(9)NAMEusb_gadget_probe_driver - probe a gadget driverSYNOPSISint usb_gadget_probe_driver(struct usb_gadget_driver * driver);ARGUMENTSdriver the driver being registeredCONTEXTcan sleepDESCRIPTIONCall this in your gadget driver's module initialization function, to tell the underlying usb controller driver about your driver. The bind() function will be called to bind it to a gadget before this registration call returns. It's expected that the bind() function will be in init sections.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_GADGET_PROBE_DRI(9)
| Related Man Pages |
|---|
| struct_usb_gadget_driver(9) - centos |
| struct_usb_composite_dev(9) - suse |
| struct_usb_configuration(9) - suse |
| struct_usb_gadget(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 |
| How to increment version inside a file? |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |