Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/kern/
H A Ddevice_if.h268 * @see DEVICE_RESUME()
278 /** @brief Unique descriptor for the DEVICE_RESUME() method */
280 /** @brief A function implementing the DEVICE_RESUME() method */
301 static __inline int DEVICE_RESUME(device_t dev) in DEVICE_RESUME() function
H A Dsubr_bus.c1939 DEVICE_RESUME(child); in bus_generic_resume_child()
1952 * resumed immediately by calling their DEVICE_RESUME() methods.
1982 * @brief Helper function for implementing DEVICE_RESUME()
1984 * This function can be used to help implement the DEVICE_RESUME() for
1985 * a bus. It calls DEVICE_RESUME() on each of the device's children.
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_device.c1039 err = DEVICE_RESUME(dev); in usb_detach_device_sub()
1374 err = DEVICE_RESUME(dev); in usb_suspend_resume_sub()

Completed in 7 milliseconds