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.c1791 device_shutdown(device_t dev) in device_shutdown() function
1907 device_shutdown(child); in bus_generic_shutdown()
2748 KOBJMETHOD(device_shutdown, bus_generic_shutdown),
2785 device_shutdown(root_bus); in root_bus_module_handler()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c227 DEVMETHOD(device_shutdown, bus_generic_shutdown),
Dxhci_pci.c47 DEVMETHOD(device_shutdown, bus_generic_shutdown),
Dusb_controller.c69 DEVMETHOD(device_shutdown, usb_shutdown),
/third_party/FreeBSD/sys/sys/
Dbus.h336 int device_shutdown(device_t dev);