Home
last modified time | relevance | path

Searched refs:device_shutdown (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/sys/kern/
Ddevice_if.h239 KOBJOPLOOKUP(((kobj_t)dev)->ops,device_shutdown); in DEVICE_SHUTDOWN()
Dsubr_bus.c1790 device_shutdown(device_t dev) in device_shutdown() function
1906 device_shutdown(child); in bus_generic_shutdown()
2747 KOBJMETHOD(device_shutdown, bus_generic_shutdown),
2784 device_shutdown(root_bus); in root_bus_module_handler()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c225 DEVMETHOD(device_shutdown, bus_generic_shutdown),
Dxhci_pci.c49 DEVMETHOD(device_shutdown, bus_generic_shutdown),
Dusb_controller.c68 DEVMETHOD(device_shutdown, usb_shutdown),
/third_party/FreeBSD/sys/sys/
Dbus.h338 int device_shutdown(device_t dev);