Home
last modified time | relevance | path

Searched refs:sleep_state (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kernel/
A Dtboot.c281 static int tboot_sleep(u8 sleep_state, u32 pm1a_control, u32 pm1b_control) in tboot_sleep() argument
298 if (sleep_state >= ACPI_S_STATE_COUNT || in tboot_sleep()
299 acpi_shutdown_map[sleep_state] == -1) { in tboot_sleep()
300 pr_warn("unsupported sleep state 0x%x\n", sleep_state); in tboot_sleep()
304 tboot_shutdown(acpi_shutdown_map[sleep_state]); in tboot_sleep()
308 static int tboot_extended_sleep(u8 sleep_state, u32 val_a, u32 val_b) in tboot_extended_sleep() argument
/arch/x86/platform/olpc/
A Dolpc-xo1-pm.c73 asmlinkage __visible int xo1_do_sleep(u8 sleep_state) in xo1_do_sleep() argument

Completed in 7 milliseconds