Home
last modified time | relevance | path

Searched refs:DEVICE_SUSPEND (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h243 /** @brief Unique descriptor for the DEVICE_SUSPEND() method */
245 /** @brief A function implementing the DEVICE_SUSPEND() method */
271 static __inline int DEVICE_SUSPEND(device_t dev) in DEVICE_SUSPEND() function
298 * @see DEVICE_SUSPEND()
H A Dsubr_bus.c1922 error = DEVICE_SUSPEND(child); in bus_generic_suspend_child()
1946 * @brief Helper function for implementing DEVICE_SUSPEND()
1948 * This function can be used to help implement the DEVICE_SUSPEND()
1949 * for a bus. It calls DEVICE_SUSPEND() for each of the device's
1950 * children. If any call to DEVICE_SUSPEND() fails, the suspend
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1180 err = DEVICE_SUSPEND(iface->subdev); in usb_probe_and_attach_sub()
1372 err = DEVICE_SUSPEND(dev); in usb_suspend_resume_sub()

Completed in 8 milliseconds