Home
last modified time | relevance | path

Searched refs:pm_wakeup_ws_event (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpm_wakeup.h123 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard);
190 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event() function
210 pm_wakeup_ws_event(ws, msec, false); in __pm_wakeup_event()
/linux/drivers/base/power/
H A Dwakeup.c785 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() function
814 EXPORT_SYMBOL_GPL(pm_wakeup_ws_event);
832 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()
/linux/drivers/acpi/
H A Ddevice_pm.c545 pm_wakeup_ws_event(adev->wakeup.ws, 0, acpi_s2idle_wakeup()); in acpi_pm_notify_handler()