Home
last modified time | relevance | path

Searched refs:MOD_LOAD (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dmodule.h36 MOD_LOAD, enumerator
/third_party/FreeBSD/sys/arm/arm/
Dnexus.c132 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c247 return driver_module_handler(NULL, MOD_LOAD, &ehci_nexus_driver_mod); in hiehci_init()
Dxhci_pci.c247 return driver_module_handler(NULL, MOD_LOAD, &xhci_nexus_driver_mod); in hixhci_init()
/third_party/FreeBSD/sys/dev/usb/implementation/
Dusb_init.c137 driver_module_handler(NULL, MOD_LOAD, data); in usb_loadonce()
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2772 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/
Dcomposite.c718 ret = mod->dmd_chainevh(NULL, MOD_LOAD, cdev); in composite_device_init()