Searched refs:usb_driver (Results 1 - 4 of 4) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 41 struct usb_driver *sc_udrv; 62 static struct usb_driver *usb_linux_get_usb_driver(struct usb_linux_softc *); 74 static LIST_HEAD(, usb_driver) usb_linux_driver_list; 199 struct usb_driver *udrv; in usb_linux_probe() 221 * This function returns the pointer to the "struct usb_driver" where 225 static struct usb_driver * 228 struct usb_driver *udrv = NULL; in usb_linux_get_usb_driver() 248 struct usb_driver *udrv; in usb_linux_attach() 297 struct usb_driver *udrv = NULL; in usb_linux_detach() 333 struct usb_driver *udr in usb_linux_suspend() [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | usb.h | 41 struct usb_driver; 57 /* The "usb_driver" structure holds the Linux USB device driver 63 struct usb_driver { struct 79 LIST_ENTRY(usb_driver) linux_driver_list;
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | usb_controller.c | 73 static driver_t usb_driver = { variable 80 DRIVER_MODULE(usbus, ehci, usb_driver, usb_devclass, 0, 0); 81 DRIVER_MODULE(usbus, xhci, usb_driver, usb_devclass, 0, 0);
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | tusb.c | 138 static struct usb_driver test_usb_driver = {
|
Completed in 4 milliseconds