Home
last modified time | relevance | path

Searched refs:acpi_enter_sleep_state (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/acpi/acpica/
H A Dhwxfsleep.c283 acpi_status acpi_enter_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
287 ACPI_FUNCTION_TRACE(acpi_enter_sleep_state); in ACPI_EXPORT_SYMBOL()
305 ACPI_EXPORT_SYMBOL(acpi_enter_sleep_state) in ACPI_EXPORT_SYMBOL() argument
H A Ddbcmds.c188 status = acpi_enter_sleep_state(sleep_state); in acpi_db_do_one_sleep_state()
/linux-6.15/include/xen/
H A Dacpi.h57 acpi_enter_sleep_state(ACPI_STATE_S3); in xen_acpi_suspend_lowlevel()
/linux-6.15/arch/loongarch/power/
H A Dplatform.c54 acpi_enter_sleep_state(ACPI_STATE_S3); in default_suspend_addr()
/linux-6.15/drivers/acpi/
H A Dsleep.c600 status = acpi_enter_sleep_state(acpi_state); in acpi_suspend_enter()
942 status = acpi_enter_sleep_state(ACPI_STATE_S4); in acpi_hibernation_enter()
1087 acpi_enter_sleep_state(ACPI_STATE_S5); in acpi_power_off()
/linux-6.15/arch/x86/kernel/acpi/
H A Dsleep.c50 return acpi_enter_sleep_state(state); in x86_acpi_enter_sleep_state()
/linux-6.15/include/acpi/
H A Dacpixf.h874 ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_enter_sleep_state(u8 sleep_state))