Home
last modified time | relevance | path

Searched defs:reboot_mode (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/
Dreboot.c10 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot()
/linux-4.4.14/include/linux/
Dreboot.h13 enum reboot_mode { enum
Defi.h999 efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} in efi_reboot()
/linux-4.4.14/arch/arm/mach-ks8695/
Dtime.c156 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart()
/linux-4.4.14/arch/arm/include/asm/mach/
Darch.h46 enum reboot_mode reboot_mode; /* default restart mode */ member
/linux-4.4.14/arch/arm/xen/
Denlighten.c112 static void xen_restart(enum reboot_mode reboot_mode, const char *cmd) in xen_restart()
/linux-4.4.14/drivers/firmware/
Dpsci.c212 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset()