/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
D | common.h | 158 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()
|
D | am33xx-restart.c | 19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap4-restart.c | 19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | omap3-restart.c | 28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
/kernel/linux/linux-5.10/drivers/spi/ |
D | spi-sprd-adi.c | 337 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/ |
D | qcom-pon.c | 24 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/ |
D | reboot.h | 16 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/ |
D | reboot.c | 13 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/ |
D | reboot.c | 21 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 142 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
D | v7m.c | 10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/ |
D | arch.h | 43 enum reboot_mode reboot_mode; /* default restart mode */ member 62 void (*restart)(enum reboot_mode, const char *);
|
/kernel/linux/linux-5.10/kernel/ |
D | reboot.c | 34 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/ |
D | system_misc.h | 16 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
D | v7m.h | 93 enum reboot_mode; 95 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | system_misc.h | 35 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
/kernel/linux/linux-5.10/arch/arm/mach-socfpga/ |
D | socfpga.c | 70 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/ |
D | process.c | 73 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/ |
D | psci.c | 262 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/ |
D | restart.c | 11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/kernel/linux/linux-5.10/arch/arm/mach-highbank/ |
D | system.c | 12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
D | core.h | 7 extern void highbank_restart(enum reboot_mode, const char *);
|
/kernel/linux/linux-5.10/arch/arm/mach-footbridge/ |
D | common.h | 13 extern void footbridge_restart(enum reboot_mode, const char *);
|
/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
D | common.h | 9 extern void mmp_restart(enum reboot_mode, const char *);
|
/kernel/linux/linux-5.10/arch/arm/mach-spear/ |
D | restart.c | 21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|