Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/misc/
Dapple-mfi-fastcharge.c232 return usb_register_device_driver(&mfi_fc_driver, THIS_MODULE); in mfi_fc_driver_init()
/Linux-v5.15/drivers/usb/usbip/
Dstub_main.c376 ret = usb_register_device_driver(&stub_driver, THIS_MODULE); in usbip_host_init()
/Linux-v5.15/drivers/usb/core/
Dusb.c1075 retval = usb_register_device_driver(&usb_generic_driver, THIS_MODULE); in usb_init()
Ddriver.c974 int usb_register_device_driver(struct usb_device_driver *new_udriver, in usb_register_device_driver() function
1008 EXPORT_SYMBOL_GPL(usb_register_device_driver);
/Linux-v5.15/include/linux/
Dusb.h1310 extern int usb_register_device_driver(struct usb_device_driver *,