Lines Matching refs:sleep_state
60 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id);
309 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id) in ACPI_EXPORT_SYMBOL()
324 status = sleep_functions->extended_function(sleep_state); in ACPI_EXPORT_SYMBOL()
328 status = sleep_functions->legacy_function(sleep_state); in ACPI_EXPORT_SYMBOL()
338 status = sleep_functions->extended_function(sleep_state); in ACPI_EXPORT_SYMBOL()
359 acpi_status acpi_enter_sleep_state_prep(u8 sleep_state) in acpi_enter_sleep_state_prep() argument
368 status = acpi_get_sleep_type_data(sleep_state, in acpi_enter_sleep_state_prep()
380 arg.integer.value = sleep_state; in acpi_enter_sleep_state_prep()
390 switch (sleep_state) { in acpi_enter_sleep_state_prep()
436 acpi_status acpi_enter_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
449 status = acpi_hw_sleep_dispatch(sleep_state, ACPI_SLEEP_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()
469 acpi_status acpi_leave_sleep_state_prep(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
476 acpi_hw_sleep_dispatch(sleep_state, ACPI_WAKE_PREP_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()
494 acpi_status acpi_leave_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
500 status = acpi_hw_sleep_dispatch(sleep_state, ACPI_WAKE_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()