Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_api_pri.h48 extern struct driver_module_data usbus_ehci_driver_mod;
52 extern struct driver_module_data usbus_xhci_driver_mod;
57 extern struct driver_module_data uhub_usbus_driver_mod;
59 extern struct driver_module_data uhub_uhub_driver_mod;
63 extern struct driver_module_data cdce_uhub_driver_mod;
67 extern struct driver_module_data u3g_uhub_driver_mod;
71 extern struct driver_module_data axe_uhub_driver_mod;
72 extern struct driver_module_data axge_uhub_driver_mod;
76 extern struct driver_module_data urndis_uhub_driver_mod;
80 extern struct driver_module_data umass_uhub_driver_mod;
[all …]
Dusb_init.c49 static struct driver_module_data* usb_driver_mode_list[] = {
127 struct driver_module_data *data; in usb_loadonce()
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c707 extern struct driver_module_data fcdcacm_simple_driver_mod;
708 extern struct driver_module_data fconfig_simple_driver_mod;
713 struct driver_module_data *mod = &fcdcacm_simple_driver_mod; in composite_device_init()
715 struct driver_module_data *mod = &fconfig_simple_driver_mod; in composite_device_init()
/third_party/FreeBSD/sys/sys/
Dbus.h452 struct driver_module_data { struct
464 /*static */struct driver_module_data name##_##busname##_driver_mod = { \ argument
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2823 struct driver_module_data *dmd = NULL; in driver_module_handler()
2830 dmd = (struct driver_module_data *)arg; in driver_module_handler()