Home
last modified time | relevance | path

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

12

/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 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/power/reset/
H A Dqcom-pon.c26 struct reboot_mode_driver reboot_mode; member
34 (reboot, struct qcom_pon, reboot_mode); in qcom_pon_reboot_mode_write()
73 pon->reboot_mode.dev = &pdev->dev; in qcom_pon_probe()
75 pon->reboot_mode.write = qcom_pon_reboot_mode_write; in qcom_pon_probe()
76 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode); in qcom_pon_probe()
H A Drestart-poweroff.c19 reboot_mode = REBOOT_HARD; in restart_poweroff_do_poweroff()
/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/kernel/
H A Dreboot.c35 enum reboot_mode reboot_mode DEFAULT_REBOOT_MODE;
36 EXPORT_SYMBOL_GPL(reboot_mode);
37 enum reboot_mode panic_reboot_mode = REBOOT_UNDEFINED;
247 atomic_notifier_call_chain(&restart_handler_list, reboot_mode, cmd); in do_kernel_restart()
1100 enum reboot_mode *mode; in reboot_setup()
1113 mode = &reboot_mode; in reboot_setup()
1198 switch (reboot_mode) { in mode_show()
1227 reboot_mode = REBOOT_COLD; in mode_store()
1229 reboot_mode = REBOOT_WARM; in mode_store()
1231 reboot_mode = REBOOT_HARD; in mode_store()
[all …]
/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()
/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/riscv/kernel/
H A Dreset.c25 efi_reboot(reboot_mode, NULL); in machine_restart()
/linux/arch/arm/mach-mvebu/
H A Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/linux/arch/arm/mach-dove/
H A Dcommon.h44 void dove_restart(enum reboot_mode, const char *);
/linux/arch/arm/mach-omap1/
H A Dreset.c26 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
/linux/arch/arm/mach-mv78xx0/
H A Dcommon.h49 void mv78xx0_restart(enum reboot_mode, const char *);
/linux/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c19 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) in bcm281xx_restart()

12