Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-socfpga/
Dsocfpga.c70 if (mode == REBOOT_HARD) in socfpga_cyclone5_restart()
83 if (mode == REBOOT_HARD) in socfpga_arria10_restart()
/linux-4.4.14/arch/arm/mach-highbank/
Dsystem.c25 if (mode == REBOOT_HARD) in highbank_restart()
/linux-4.4.14/drivers/power/reset/
Drestart-poweroff.c22 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
/linux-4.4.14/include/linux/
Dreboot.h16 REBOOT_HARD, enumerator
/linux-4.4.14/kernel/
Dreboot.c29 #define DEFAULT_REBOOT_MODE = REBOOT_HARD
511 reboot_mode = REBOOT_HARD; in reboot_setup()
/linux-4.4.14/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.4.14/arch/arm/mach-orion5x/
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.4.14/drivers/watchdog/
Dbcm2835_wdt.c165 bcm2835_restart(&wdt->restart_handler, REBOOT_HARD, NULL); in bcm2835_power_off()
/linux-4.4.14/arch/arm/mach-u300/
Dcore.c307 case REBOOT_HARD: in u300_restart()
/linux-4.4.14/arch/arm/kernel/
Dsetup.c947 if (mdesc->reboot_mode != REBOOT_HARD) in setup_arch()