/Linux-v4.19/arch/arm/mach-omap2/ |
D | common.h | 151 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()
|
D | omap4-restart.c | 23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | am33xx-restart.c | 22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap3-restart.c | 31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
/Linux-v4.19/drivers/power/reset/ |
D | qcom-pon.c | 21 struct reboot_mode_driver reboot_mode; member 28 (reboot, struct pm8916_pon, reboot_mode); in pm8916_reboot_mode_write() 62 pon->reboot_mode.dev = &pdev->dev; in pm8916_pon_probe() 63 pon->reboot_mode.write = pm8916_reboot_mode_write; in pm8916_pon_probe() 64 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode); in pm8916_pon_probe()
|
/Linux-v4.19/drivers/spi/ |
D | spi-sprd-adi.c | 315 u32 val, reboot_mode = 0; in sprd_adi_restart_handler() local 318 reboot_mode = HWRST_STATUS_NORMAL; in sprd_adi_restart_handler() 320 reboot_mode = HWRST_STATUS_RECOVERY; in sprd_adi_restart_handler() 322 reboot_mode = HWRST_STATUS_ALARM; in sprd_adi_restart_handler() 324 reboot_mode = HWRST_STATUS_SLEEP; in sprd_adi_restart_handler() 326 reboot_mode = HWRST_STATUS_FASTBOOT; in sprd_adi_restart_handler() 328 reboot_mode = HWRST_STATUS_PANIC; in sprd_adi_restart_handler() 330 reboot_mode = HWRST_STATUS_SPECIAL; in sprd_adi_restart_handler() 332 reboot_mode = HWRST_STATUS_CFTREBOOT; in sprd_adi_restart_handler() 334 reboot_mode = HWRST_STATUS_AUTODLOADER; in sprd_adi_restart_handler() [all …]
|
/Linux-v4.19/kernel/ |
D | reboot.c | 33 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE; 212 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart() 530 reboot_mode = REBOOT_WARM; in reboot_setup() 534 reboot_mode = REBOOT_COLD; in reboot_setup() 538 reboot_mode = REBOOT_HARD; in reboot_setup() 555 reboot_mode = REBOOT_SOFT; in reboot_setup() 559 reboot_mode = REBOOT_GPIO; in reboot_setup()
|
/Linux-v4.19/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()
|
/Linux-v4.19/include/linux/ |
D | reboot.h | 16 enum reboot_mode { enum 23 extern enum reboot_mode reboot_mode;
|
/Linux-v4.19/arch/arm/kernel/ |
D | reboot.c | 24 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 145 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
/Linux-v4.19/arch/arm/include/asm/mach/ |
D | arch.h | 46 enum reboot_mode reboot_mode; /* default restart mode */ member 65 void (*restart)(enum reboot_mode, const char *);
|
/Linux-v4.19/arch/arm/mach-ks8695/ |
D | time.c | 156 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart() argument 160 if (reboot_mode == REBOOT_SOFT) in ks8695_restart()
|
D | generic.h | 15 extern void ks8695_restart(enum reboot_mode, const char *);
|
/Linux-v4.19/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);
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | system_misc.h | 46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
/Linux-v4.19/arch/arm64/kernel/ |
D | process.c | 74 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 158 efi_reboot(reboot_mode, NULL); in machine_restart() 162 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
/Linux-v4.19/arch/arm/mach-socfpga/ |
D | socfpga.c | 79 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart() 92 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
|
/Linux-v4.19/arch/arm/mach-w90x900/ |
D | nuc9xx.h | 26 extern void nuc9xx_restart(enum reboot_mode, const char *);
|
/Linux-v4.19/arch/arm/plat-iop/ |
D | restart.c | 14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/Linux-v4.19/arch/arm/mach-netx/ |
D | generic.h | 24 extern void netx_restart(enum reboot_mode, const char *);
|
/Linux-v4.19/arch/arm/mach-highbank/ |
D | system.c | 23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
/Linux-v4.19/arch/arm/mach-footbridge/ |
D | common.h | 13 extern void footbridge_restart(enum reboot_mode, const char *);
|
/Linux-v4.19/arch/arm/mach-mmp/ |
D | common.h | 8 extern void mmp_restart(enum reboot_mode, const char *);
|