Searched refs:MOD_LOAD (Results 1 – 7 of 7) sorted by relevance
/third_party/FreeBSD/sys/sys/ |
D | module.h | 36 MOD_LOAD, enumerator
|
/third_party/FreeBSD/sys/arm/arm/ |
D | nexus.c | 132 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci_pci.c | 247 return driver_module_handler(NULL, MOD_LOAD, &ehci_nexus_driver_mod); in hiehci_init()
|
D | xhci_pci.c | 247 return driver_module_handler(NULL, MOD_LOAD, &xhci_nexus_driver_mod); in hixhci_init()
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | usb_init.c | 137 driver_module_handler(NULL, MOD_LOAD, data); in usb_loadonce()
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 2772 case MOD_LOAD: in root_bus_module_handler() 2805 root_bus_module_handler(NULL, MOD_LOAD, NULL); in root_bus_configure() 2840 case MOD_LOAD: in driver_module_handler()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | composite.c | 718 ret = mod->dmd_chainevh(NULL, MOD_LOAD, cdev); in composite_device_init()
|