Searched refs:driver_module_handler (Results 1 – 6 of 6) sorted by relevance
/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() 254 (void)driver_module_handler(NULL, MOD_UNLOAD, &ehci_nexus_driver_mod); in hiehci_exit()
|
D | xhci_pci.c | 247 return driver_module_handler(NULL, MOD_LOAD, &xhci_nexus_driver_mod); in hixhci_init() 254 (void)driver_module_handler(NULL, MOD_UNLOAD, &xhci_nexus_driver_mod); in hixhci_exit()
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
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/ |
D | nexus.c | 132 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 447 int driver_module_handler(struct module *, int, void *); 474 driver_module_handler, \
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 2821 driver_module_handler(module_t mod, int what, void *arg) in driver_module_handler() function
|