Searched refs:driver_module_handler (Results 1 - 6 of 6) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | ehci_pci.c | 245 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 D | xhci_pci.c | 246 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 D | usb_init.c | 137 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 D | nexus.c | 130 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
|
/third_party/FreeBSD/sys/sys/ |
H A D | bus.h | 445 int driver_module_handler(struct module *, int, void *); 472 driver_module_handler, \
|
/third_party/FreeBSD/sys/kern/ |
H A D | subr_bus.c | 2820 driver_module_handler(module_t mod, int what, void *arg) in driver_module_handler() function
|
Completed in 7 milliseconds