Searched refs:reboot_mode (Results 26 - 50 of 63) sorted by relevance

123

/linux-master/arch/arm/mach-mv78xx0/
H A Dcommon.h49 void mv78xx0_restart(enum reboot_mode, const char *);
H A Dcommon.c430 void mv78xx0_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-pxa/
H A Dgeneric.h46 void pxa_restart(enum reboot_mode, const char *);
H A Dreset.c87 void pxa_restart(enum reboot_mode mode, const char *cmd)
/linux-master/drivers/spi/
H A Dspi-sprd-adi.c374 u32 val, reboot_mode = 0; local
377 reboot_mode = HWRST_STATUS_NORMAL;
379 reboot_mode = HWRST_STATUS_RECOVERY;
381 reboot_mode = HWRST_STATUS_ALARM;
383 reboot_mode = HWRST_STATUS_SLEEP;
385 reboot_mode = HWRST_STATUS_FASTBOOT;
387 reboot_mode = HWRST_STATUS_PANIC;
389 reboot_mode = HWRST_STATUS_SPECIAL;
391 reboot_mode = HWRST_STATUS_CFTREBOOT;
393 reboot_mode
[all...]
/linux-master/arch/arm/mach-socfpga/
H A Dsocfpga.c68 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd)
81 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd)
/linux-master/kernel/
H A Dreboot.c35 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE;
36 EXPORT_SYMBOL_GPL(reboot_mode); variable
37 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
235 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd);
1015 enum reboot_mode *mode;
1028 mode = &reboot_mode;
1113 switch (reboot_mode) {
1142 reboot_mode = REBOOT_COLD;
1144 reboot_mode
[all...]
/linux-master/arch/arm/mach-clps711x/
H A Dboard-dt.c63 static void clps711x_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-imx/
H A Dsystem.c33 void mxc_restart(enum reboot_mode mode, const char *cmd)
H A Dcommon.h28 void mxc_restart(enum reboot_mode, const char *);
/linux-master/arch/arm/mach-orion5x/
H A Dcommon.h50 void orion5x_restart(enum reboot_mode, const char *);
H A Dcommon.c352 void orion5x_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-s5pv210/
H A Ds5pv210.c49 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd)
/linux-master/drivers/mfd/
H A Dacer-ec-a500.c116 unsigned long reboot_mode, void *data)
118 if (reboot_mode == REBOOT_WARM)
115 a500_ec_restart_notify(struct notifier_block *this, unsigned long reboot_mode, void *data) argument
H A Dtps65219.c41 static int tps65219_restart(struct tps65219 *tps, unsigned long reboot_mode) argument
43 if (reboot_mode == REBOOT_WARM)
/linux-master/arch/arm/mach-nomadik/
H A Dcpu-8815.c74 static void cpu8815_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-vt8500/
H A Dvt8500.c33 static void vt8500_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-mvebu/
H A Dsystem-controller.c91 void mvebu_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-ux500/
H A Dcpu-db8500.c99 static void ux500_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-omap2/
H A Dprm.h18 extern enum reboot_mode prm_reboot_mode;
/linux-master/arch/x86/kernel/
H A Dreboot.c640 mode = reboot_mode == REBOOT_WARM ? 0x1234 : 0;
678 efi_reboot(reboot_mode, NULL);
695 u8 reboot_code = reboot_mode == REBOOT_WARM ? 0x06 : 0x0E;
/linux-master/arch/arm/mach-rpc/
H A Driscpc.c204 static void rpc_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-footbridge/
H A Dcommon.c255 void footbridge_restart(enum reboot_mode mode, const char *cmd)
/linux-master/drivers/watchdog/
H A Drealtek_otto_wdt.c179 static int otto_wdt_restart(struct watchdog_device *wdev, unsigned long reboot_mode, argument
188 switch (reboot_mode) {
/linux-master/arch/arm/kernel/
H A Dsetup.c1088 static void (*__arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
1132 if (mdesc->reboot_mode != REBOOT_HARD)
1133 reboot_mode = mdesc->reboot_mode;

Completed in 227 milliseconds

123