Searched refs:pm_wakeup_ws_event (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | pm_wakeup.h | 123 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 D | wakeup.c | 785 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 D | device_pm.c | 545 pm_wakeup_ws_event(adev->wakeup.ws, 0, acpi_s2idle_wakeup()); in acpi_pm_notify_handler()
|