Home
last modified time | relevance | path

Searched refs:usb_register_device_driver (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/usb/misc/
Dapple-mfi-fastcharge.c237 return usb_register_device_driver(&mfi_fc_driver, THIS_MODULE); in mfi_fc_driver_init()
/Linux-v5.10/drivers/usb/usbip/
Dstub_main.c378 ret = usb_register_device_driver(&stub_driver, THIS_MODULE); in usbip_host_init()
/Linux-v5.10/drivers/usb/core/
Dusb.c999 retval = usb_register_device_driver(&usb_generic_driver, THIS_MODULE); in usb_init()
Ddriver.c978 int usb_register_device_driver(struct usb_device_driver *new_udriver, in usb_register_device_driver() function
1012 EXPORT_SYMBOL_GPL(usb_register_device_driver);
/Linux-v5.10/include/linux/
Dusb.h1306 extern int usb_register_device_driver(struct usb_device_driver *,