Home
last modified time | relevance | path

Searched refs:acpi_sleep_state_supported (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/acpi/
Dsleep.c80 bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported() function
1059 if (acpi_sleep_state_supported(i)) in acpi_sleep_suspend_setup()
1242 if (!acpi_sleep_state_supported(ACPI_STATE_S4)) in acpi_sleep_hibernate_setup()
1289 if (acpi_sleep_state_supported(ACPI_STATE_S5)) { in acpi_sleep_init()
/Linux-v5.4/include/acpi/
Dacpi_bus.h658 bool acpi_sleep_state_supported(u8 sleep_state);
660 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } in acpi_sleep_state_supported() function