Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-highbank/
Dsystem.c25 if (mode == REBOOT_HARD) in highbank_restart()
/linux-4.1.27/drivers/power/reset/
Drestart-poweroff.c22 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
/linux-4.1.27/include/linux/
Dreboot.h16 REBOOT_HARD, enumerator
/linux-4.1.27/kernel/
Dreboot.c29 #define DEFAULT_REBOOT_MODE = REBOOT_HARD
511 reboot_mode = REBOOT_HARD; in reboot_setup()
/linux-4.1.27/arch/arm/mach-pxa/
Dreset.c108 case REBOOT_HARD: in pxa_restart()
Dcorgi.c708 pxa_restart(REBOOT_HARD, NULL); in corgi_poweroff()
717 pxa_restart(REBOOT_HARD, cmd); in corgi_restart()
Dpoodle.c429 pxa_restart(REBOOT_HARD, NULL); in poodle_poweroff()
/linux-4.1.27/arch/arm/mach-bcm/
Dboard_bcm2835.c93 bcm2835_restart(REBOOT_HARD, ""); in bcm2835_power_off()
/linux-4.1.27/arch/arm/mach-socfpga/
Dsocfpga.c99 if (mode == REBOOT_HARD) in socfpga_cyclone5_restart()
/linux-4.1.27/arch/arm/mach-orion5x/
Dlsmini-setup.c188 orion5x_restart(REBOOT_HARD, NULL); in lsmini_power_off()
Dls_hgl-setup.c188 orion5x_restart(REBOOT_HARD, NULL); in ls_hgl_power_off()
Dls-chl-setup.c142 orion5x_restart(REBOOT_HARD, NULL); in lschl_power_off()
/linux-4.1.27/arch/arm/mach-u300/
Dcore.c307 case REBOOT_HARD: in u300_restart()
/linux-4.1.27/arch/arm/kernel/
Dsetup.c925 if (mdesc->reboot_mode != REBOOT_HARD) in setup_arch()