Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dcommon.h158 void omap2xxx_restart(enum reboot_mode mode, const char *cmd);
160 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
166 void am33xx_restart(enum reboot_mode mode, const char *cmd);
168 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
174 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
176 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
182 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
184 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
191 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
193 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()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-sprd-adi.c337 u32 val, reboot_mode = 0; in sprd_adi_restart_handler() local
340 reboot_mode = HWRST_STATUS_NORMAL; in sprd_adi_restart_handler()
342 reboot_mode = HWRST_STATUS_RECOVERY; in sprd_adi_restart_handler()
344 reboot_mode = HWRST_STATUS_ALARM; in sprd_adi_restart_handler()
346 reboot_mode = HWRST_STATUS_SLEEP; in sprd_adi_restart_handler()
348 reboot_mode = HWRST_STATUS_FASTBOOT; in sprd_adi_restart_handler()
350 reboot_mode = HWRST_STATUS_PANIC; in sprd_adi_restart_handler()
352 reboot_mode = HWRST_STATUS_SPECIAL; in sprd_adi_restart_handler()
354 reboot_mode = HWRST_STATUS_CFTREBOOT; in sprd_adi_restart_handler()
356 reboot_mode = HWRST_STATUS_AUTODLOADER; in sprd_adi_restart_handler()
[all …]
/kernel/linux/linux-5.10/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()
67 pon->reboot_mode.dev = &pdev->dev; in pm8916_pon_probe()
69 pon->reboot_mode.write = pm8916_reboot_mode_write; in pm8916_pon_probe()
70 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode); in pm8916_pon_probe()
/kernel/linux/linux-5.10/include/linux/
Dreboot.h16 enum reboot_mode { enum
24 extern enum reboot_mode reboot_mode;
25 extern enum reboot_mode panic_reboot_mode;
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member
62 void (*restart)(enum reboot_mode, const char *);
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dsystem_misc.h35 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dprocess.c73 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
199 efi_reboot(reboot_mode, NULL); in machine_restart()
203 arm_pm_restart(reboot_mode, cmd); in machine_restart()
/kernel/linux/linux-5.10/drivers/firmware/psci/
Dpsci.c262 static void psci_sys_reset(enum reboot_mode reboot_mode, const char *cmd) in psci_sys_reset() argument
264 if ((reboot_mode == REBOOT_WARM || reboot_mode == REBOOT_SOFT) && in psci_sys_reset()
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
Drestart.c11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
/kernel/linux/linux-5.10/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 *);
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/
Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/kernel/linux/linux-5.10/arch/arm/mach-mmp/
Dcommon.h9 extern void mmp_restart(enum reboot_mode, const char *);
/kernel/linux/linux-5.10/arch/arm/mach-spear/
Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()

1234