Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/acpi/
Dsleep.c87 bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported() function
857 if (acpi_sleep_state_supported(i)) { in acpi_sleep_suspend_setup()
1034 if (!acpi_sleep_state_supported(ACPI_STATE_S4)) in acpi_sleep_hibernate_setup()
1099 if (acpi_sleep_state_supported(ACPI_STATE_S5)) { in acpi_sleep_init()
/linux-6.6.21/drivers/hv/
Dhv_common.c498 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
/linux-6.6.21/include/acpi/
Dacpi_bus.h736 bool acpi_sleep_state_supported(u8 sleep_state);
738 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } in acpi_sleep_state_supported() function
/linux-6.6.21/include/linux/
Dacpi.h1074 static inline bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported() function