Home
last modified time | relevance | path

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

123

/linux/arch/arm/mach-omap2/
H A Dcommon.h134 void omap2xxx_restart(enum reboot_mode mode, const char *cmd);
136 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
142 void am33xx_restart(enum reboot_mode mode, const char *cmd);
144 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
150 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
152 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
158 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
160 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
167 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
169 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
H A Domap4-restart.c19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
H A Dam33xx-restart.c19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
H A Domap3-restart.c28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
H A Dti81xx-restart.c25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
H A Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
/linux/drivers/spi/
H A Dspi-sprd-adi.c374 u32 val, reboot_mode = 0; in sprd_adi_restart() local
377 reboot_mode = HWRST_STATUS_NORMAL; in sprd_adi_restart()
379 reboot_mode = HWRST_STATUS_RECOVERY; in sprd_adi_restart()
381 reboot_mode = HWRST_STATUS_ALARM; in sprd_adi_restart()
383 reboot_mode = HWRST_STATUS_SLEEP; in sprd_adi_restart()
385 reboot_mode = HWRST_STATUS_FASTBOOT; in sprd_adi_restart()
387 reboot_mode = HWRST_STATUS_PANIC; in sprd_adi_restart()
389 reboot_mode = HWRST_STATUS_SPECIAL; in sprd_adi_restart()
391 reboot_mode = HWRST_STATUS_CFTREBOOT; in sprd_adi_restart()
393 reboot_mode = HWRST_STATUS_AUTODLOADER; in sprd_adi_restart()
[all …]
/linux/drivers/power/reset/
H A Dqcom-pon.c26 struct reboot_mode_driver reboot_mode; member
34 (reboot, struct pm8916_pon, reboot_mode); in pm8916_reboot_mode_write()
73 pon->reboot_mode.dev = &pdev->dev; in pm8916_pon_probe()
75 pon->reboot_mode.write = pm8916_reboot_mode_write; in pm8916_pon_probe()
76 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode); in pm8916_pon_probe()
H A Drestart-poweroff.c19 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
/linux/include/linux/
H A Dreboot.h17 enum reboot_mode { enum
25 extern enum reboot_mode reboot_mode;
26 extern enum reboot_mode panic_reboot_mode;
/linux/drivers/firmware/efi/
H A 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/arch/arm/include/asm/mach/
H A Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member
59 void (*restart)(enum reboot_mode, const char *);
/linux/arch/arm/include/asm/
H A Dv7m.h94 enum reboot_mode;
96 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/linux/arch/arm/mach-socfpga/
H A Dsocfpga.c68 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart()
81 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
/linux/drivers/mfd/
H A Dacer-ec-a500.c116 unsigned long reboot_mode, void *data) in a500_ec_restart_notify() argument
118 if (reboot_mode == REBOOT_WARM) in a500_ec_restart_notify()
/linux/arch/arm/mach-highbank/
H A Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
H A Dcore.h7 extern void highbank_restart(enum reboot_mode, const char *);
/linux/arch/arm/mach-footbridge/
H A Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/linux/arch/arm/kernel/
H A Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
H A Dsetup.c1082 static void (*__arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); in hyp_mode_check()
1126 if (mdesc->reboot_mode != REBOOT_HARD) in setup_arch()
1127 reboot_mode = mdesc->reboot_mode; in setup_arch()
/linux/arch/arm/mach-spear/
H A Drestart.c18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
H A Dgeneric.h33 void spear_restart(enum reboot_mode, const char *);
/linux/arch/arm/mach-mvebu/
H A Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/linux/arch/arm/mach-omap1/
H A Dcommon.h52 void omap1_restart(enum reboot_mode, const char *);
/linux/arch/arm/mach-dove/
H A Dcommon.h44 void dove_restart(enum reboot_mode, const char *);

123