Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dinternal.h213 extern bool acpi_s2idle_wakeup(void);
216 static inline bool acpi_s2idle_wakeup(void) { return false; } in acpi_s2idle_wakeup() function
Ddevice_pm.c440 pm_wakeup_dev_event(dev, 0, acpi_s2idle_wakeup()); in acpi_pm_wakeup_event()
460 pm_wakeup_ws_event(adev->wakeup.ws, 0, acpi_s2idle_wakeup()); in acpi_pm_notify_handler()
Dsleep.c1116 bool acpi_s2idle_wakeup(void) in acpi_s2idle_wakeup() function