Home
last modified time | relevance | path

Searched refs:REBOOT_SOFT (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dpnx4008_wdt.c140 mode = REBOOT_SOFT; in pnx4008_restart_handler()
143 if (mode == REBOOT_SOFT) { in pnx4008_restart_handler()
/OK3568_Linux_fs/kernel/arch/arm/mach-spear/
H A Drestart.c23 if (mode == REBOOT_SOFT) { in spear_restart()
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dreboot.c23 case REBOOT_SOFT: in efi_reboot()
/OK3568_Linux_fs/kernel/arch/arm/mach-footbridge/
H A Dcats-hw.c92 .reboot_mode = REBOOT_SOFT,
H A Dcommon.c197 if (mode == REBOOT_SOFT) { in footbridge_restart()
H A Dnetwinder-hw.c640 if (mode == REBOOT_SOFT) { in netwinder_restart()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dreset.c97 case REBOOT_SOFT: in pxa_restart()
H A Dmioa701.c700 pxa_restart(REBOOT_SOFT, NULL); in mioa701_poweroff()
706 pxa_restart(REBOOT_SOFT, cmd); in mioa701_restart()
/OK3568_Linux_fs/kernel/include/linux/
H A Dreboot.h21 REBOOT_SOFT, enumerator
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Dcommon.c265 if (mode == REBOOT_SOFT) { in ixp4xx_restart()
/OK3568_Linux_fs/kernel/arch/arm/mach-u300/
H A Dcore.c305 case REBOOT_SOFT: in u300_restart()
/OK3568_Linux_fs/kernel/kernel/
H A Dreboot.c583 *mode = REBOOT_SOFT; in reboot_setup()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dgeneric.c101 if (mode == REBOOT_SOFT) { in sa11x0_restart()
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c301 if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && in psci_sys_reset()