Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/efi/
Dreboot.c10 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot()
/linux-4.1.27/include/linux/
Dreboot.h13 enum reboot_mode { enum
Defi.h962 efi_reboot(enum reboot_mode reboot_mode, const char *__unused) {} in efi_reboot()
/linux-4.1.27/arch/arm/mach-ks8695/
Dtime.c157 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart()
/linux-4.1.27/arch/arm/kernel/
Dpsci.c169 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset()
/linux-4.1.27/arch/arm/include/asm/mach/
Darch.h46 enum reboot_mode reboot_mode; /* default restart mode */ member
/linux-4.1.27/arch/arm/xen/
Denlighten.c107 static void xen_restart(enum reboot_mode reboot_mode, const char *cmd) in xen_restart()
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c268 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset()