Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpm_wakeup.h117 extern void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard);
188 static inline void pm_wakeup_ws_event(struct wakeup_source *ws, in pm_wakeup_ws_event() function
208 pm_wakeup_ws_event(ws, msec, false); in __pm_wakeup_event()
/linux-6.15/drivers/base/power/
H A Dwakeup.c793 void pm_wakeup_ws_event(struct wakeup_source *ws, unsigned int msec, bool hard) in pm_wakeup_ws_event() function
822 EXPORT_SYMBOL_GPL(pm_wakeup_ws_event);
840 pm_wakeup_ws_event(dev->power.wakeup, msec, hard); in pm_wakeup_dev_event()
/linux-6.15/drivers/acpi/
H A Ddevice_pm.c545 pm_wakeup_ws_event(adev->wakeup.ws, 0, acpi_s2idle_wakeup()); in acpi_pm_notify_handler()