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

/linux-master/drivers/acpi/
H A Dsleep.c87 bool acpi_sleep_state_supported(u8 sleep_state) function
848 if (acpi_sleep_state_supported(i)) {
1026 if (!acpi_sleep_state_supported(ACPI_STATE_S4))
1091 if (acpi_sleep_state_supported(ACPI_STATE_S5)) {
/linux-master/drivers/hv/
H A Dhv_common.c574 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4);
/linux-master/include/acpi/
H A Dacpi_bus.h833 bool acpi_sleep_state_supported(u8 sleep_state);
835 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } function
/linux-master/include/linux/
H A Dacpi.h1075 static inline bool acpi_sleep_state_supported(u8 sleep_state) function

Completed in 177 milliseconds