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/
Dehci_pci.c247 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()
Dxhci_pci.c247 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/
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/
Dnexus.c132 return driver_module_handler(NULL, MOD_LOAD, &nexus_root_driver_mod); in nexus_init()
/third_party/FreeBSD/sys/sys/
Dbus.h447 int driver_module_handler(struct module *, int, void *);
474 driver_module_handler, \
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c2821 driver_module_handler(module_t mod, int what, void *arg) in driver_module_handler() function