Home
last modified time | relevance | path

Searched refs:driver_module_handler (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c245 return driver_module_handler(NULL, MOD_LOAD, &ehci_nexus_driver_mod); in hiehci_init()
252 (void)driver_module_handler(NULL, MOD_UNLOAD, &ehci_nexus_driver_mod); in hiehci_exit()
H A Dxhci_pci.c246 return driver_module_handler(NULL, MOD_LOAD, &xhci_nexus_driver_mod); in hixhci_init()
253 (void)driver_module_handler(NULL, MOD_UNLOAD, &xhci_nexus_driver_mod); in hixhci_exit()
/third_party/FreeBSD/sys/dev/usb/implementation/
H A Dusb_init.c137 driver_module_handler(NULL, MOD_LOAD, data); in usb_loadonce()
159 driver_module_handler(NULL, MOD_UNLOAD, usb_driver_mode_list[i]); in usb_unloadonce()
/third_party/FreeBSD/sys/arm/arm/
H A Dnexus.c130 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
/third_party/FreeBSD/sys/sys/
H A Dbus.h445 int driver_module_handler(struct module *, int, void *);
472 driver_module_handler, \
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c2820 driver_module_handler(module_t mod, int what, void *arg) in driver_module_handler() function

Completed in 7 milliseconds