Home
last modified time | relevance | path

Searched refs:tboot_shutdown (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtboot.h126 extern void tboot_shutdown(u32 shutdown_type);
135 #define tboot_shutdown(shutdown_type) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dreboot.c595 tboot_shutdown(TB_SHUTDOWN_REBOOT); in native_machine_emergency_restart()
735 tboot_shutdown(TB_SHUTDOWN_HALT); in native_machine_halt()
748 tboot_shutdown(TB_SHUTDOWN_HALT); in native_machine_power_off()
H A Dtboot.c221 void tboot_shutdown(u32 shutdown_type) in tboot_shutdown() function
299 tboot_shutdown(acpi_shutdown_map[sleep_state]); in tboot_sleep()
H A Dsmpboot.c1759 tboot_shutdown(TB_SHUTDOWN_WFS); in native_play_dead()
/OK3568_Linux_fs/kernel/arch/x86/power/
H A Dcpu.c309 tboot_shutdown(TB_SHUTDOWN_WFS); in resume_play_dead()