Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/acpi/
Dsleep.c83 bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported() function
1100 if (acpi_sleep_state_supported(i)) in acpi_sleep_suspend_setup()
1283 if (!acpi_sleep_state_supported(ACPI_STATE_S4)) in acpi_sleep_hibernate_setup()
1332 if (acpi_sleep_state_supported(ACPI_STATE_S5)) { in acpi_sleep_init()
/Linux-v5.10/include/acpi/
Dacpi_bus.h661 bool acpi_sleep_state_supported(u8 sleep_state);
663 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } in acpi_sleep_state_supported() function
/Linux-v5.10/arch/x86/hyperv/
Dhv_init.c528 return acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()