Lines Matching refs:sleep_state
53 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id);
237 static acpi_status acpi_hw_sleep_dispatch(u8 sleep_state, u32 function_id) in ACPI_EXPORT_SYMBOL()
252 status = sleep_functions->extended_function(sleep_state); in ACPI_EXPORT_SYMBOL()
256 status = sleep_functions->legacy_function(sleep_state); in ACPI_EXPORT_SYMBOL()
266 status = sleep_functions->extended_function(sleep_state); in ACPI_EXPORT_SYMBOL()
287 acpi_status acpi_enter_sleep_state_prep(u8 sleep_state) in acpi_enter_sleep_state_prep() argument
296 status = acpi_get_sleep_type_data(sleep_state, in acpi_enter_sleep_state_prep()
308 arg.integer.value = sleep_state; in acpi_enter_sleep_state_prep()
318 switch (sleep_state) { in acpi_enter_sleep_state_prep()
364 acpi_status acpi_enter_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
377 status = acpi_hw_sleep_dispatch(sleep_state, ACPI_SLEEP_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()
397 acpi_status acpi_leave_sleep_state_prep(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
404 acpi_hw_sleep_dispatch(sleep_state, ACPI_WAKE_PREP_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()
422 acpi_status acpi_leave_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
428 status = acpi_hw_sleep_dispatch(sleep_state, ACPI_WAKE_FUNCTION_ID); in ACPI_EXPORT_SYMBOL()