Home
last modified time | relevance | path

Searched refs:reboot_mode (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v5.4/arch/arm/mach-omap2/
Dcommon.h151 void omap2xxx_restart(enum reboot_mode mode, const char *cmd);
153 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
159 void am33xx_restart(enum reboot_mode mode, const char *cmd);
161 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
167 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
169 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
175 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
177 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
184 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
186 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Dam33xx-restart.c19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
Domap4-restart.c19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Domap3-restart.c28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
Dti81xx-restart.c25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
/Linux-v5.4/drivers/spi/
Dspi-sprd-adi.c336 u32 val, reboot_mode = 0; in sprd_adi_restart_handler() local
339 reboot_mode = HWRST_STATUS_NORMAL; in sprd_adi_restart_handler()
341 reboot_mode = HWRST_STATUS_RECOVERY; in sprd_adi_restart_handler()
343 reboot_mode = HWRST_STATUS_ALARM; in sprd_adi_restart_handler()
345 reboot_mode = HWRST_STATUS_SLEEP; in sprd_adi_restart_handler()
347 reboot_mode = HWRST_STATUS_FASTBOOT; in sprd_adi_restart_handler()
349 reboot_mode = HWRST_STATUS_PANIC; in sprd_adi_restart_handler()
351 reboot_mode = HWRST_STATUS_SPECIAL; in sprd_adi_restart_handler()
353 reboot_mode = HWRST_STATUS_CFTREBOOT; in sprd_adi_restart_handler()
355 reboot_mode = HWRST_STATUS_AUTODLOADER; in sprd_adi_restart_handler()
[all …]
/Linux-v5.4/drivers/power/reset/
Dqcom-pon.c24 struct reboot_mode_driver reboot_mode; member
32 (reboot, struct pm8916_pon, reboot_mode); in pm8916_reboot_mode_write()
66 pon->reboot_mode.dev = &pdev->dev; in pm8916_pon_probe()
68 pon->reboot_mode.write = pm8916_reboot_mode_write; in pm8916_pon_probe()
69 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode); in pm8916_pon_probe()
/Linux-v5.4/include/linux/
Dreboot.h16 enum reboot_mode { enum
24 extern enum reboot_mode reboot_mode;
25 extern enum reboot_mode panic_reboot_mode;
/Linux-v5.4/drivers/firmware/efi/
Dreboot.c13 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) in efi_reboot() argument
21 switch (reboot_mode) { in efi_reboot()
/Linux-v5.4/arch/arm/kernel/
Dreboot.c21 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
142 arm_pm_restart(reboot_mode, cmd); in machine_restart()
Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
/Linux-v5.4/arch/arm/include/asm/mach/
Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member
62 void (*restart)(enum reboot_mode, const char *);
/Linux-v5.4/kernel/
Dreboot.c34 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE;
35 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
215 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart()
524 enum reboot_mode *mode; in reboot_setup()
537 mode = &reboot_mode; in reboot_setup()
/Linux-v5.4/arch/arm/include/asm/
Dsystem_misc.h16 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
Dv7m.h93 enum reboot_mode;
95 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/Linux-v5.4/arch/arm64/include/asm/
Dsystem_misc.h35 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/Linux-v5.4/arch/arm/mach-socfpga/
Dsocfpga.c70 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart()
83 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
/Linux-v5.4/arch/arm64/kernel/
Dprocess.c69 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
197 efi_reboot(reboot_mode, NULL); in machine_restart()
201 arm_pm_restart(reboot_mode, cmd); in machine_restart()
/Linux-v5.4/drivers/firmware/psci/
Dpsci.c253 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset() argument
255 if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && in psci_sys_reset()
/Linux-v5.4/arch/arm/mach-iop32x/
Drestart.c11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
/Linux-v5.4/arch/arm/mach-highbank/
Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
Dcore.h7 extern void highbank_restart(enum reboot_mode, const char *);
/Linux-v5.4/arch/arm/mach-footbridge/
Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/Linux-v5.4/arch/arm/mach-mmp/
Dcommon.h8 extern void mmp_restart(enum reboot_mode, const char *);
/Linux-v5.4/arch/arm/mach-spear/
Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()

1234