Searched refs:reboot_mode (Results 1 - 25 of 63) sorted by relevance

123

/linux-master/arch/arm/mach-omap2/
H A Domap4-restart.c19 void omap44xx_restart(enum reboot_mode mode, const char *cmd)
H A Dam33xx-restart.c19 void am33xx_restart(enum reboot_mode mode, const char *cmd)
H A Domap3-restart.c28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd)
H A Dti81xx-restart.c25 void ti81xx_restart(enum reboot_mode mode, const char *cmd)
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)
142 void am33xx_restart(enum reboot_mode mode, const char *cmd);
144 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd)
150 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
152 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd)
158 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
160 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd)
167 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
169 static inline void omap44xx_restart(enum reboot_mode mod
[all...]
H A Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-footbridge/
H A Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/linux-master/arch/arm/mach-highbank/
H A Dcore.h7 extern void highbank_restart(enum reboot_mode, const char *);
H A Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd)
/linux-master/drivers/firmware/efi/
H A Dreboot.c13 void efi_reboot(enum reboot_mode reboot_mode, const char *__unused) argument
21 switch (reboot_mode) {
/linux-master/arch/arm/kernel/
H A Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-spear/
H A Drestart.c18 void spear_restart(enum reboot_mode mode, const char *cmd)
H A Dgeneric.h33 void spear_restart(enum reboot_mode, const char *);
/linux-master/arch/arm/mach-mvebu/
H A Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/linux-master/arch/arm/mach-dove/
H A Dcommon.h44 void dove_restart(enum reboot_mode, const char *);
/linux-master/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;
128 * see enum reboot_mode for the available modes.
/linux-master/arch/arm/include/asm/mach/
H A Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member in struct:machine_desc
59 void (*restart)(enum reboot_mode, const char *);
/linux-master/drivers/power/reset/
H A Dqcom-pon.c26 struct reboot_mode_driver reboot_mode; member in struct:pm8916_pon
34 (reboot, struct pm8916_pon, reboot_mode);
73 pon->reboot_mode.dev = &pdev->dev;
75 pon->reboot_mode.write = pm8916_reboot_mode_write;
76 error = devm_reboot_mode_register(&pdev->dev, &pon->reboot_mode);
H A Drestart-poweroff.c19 reboot_mode = REBOOT_HARD;
/linux-master/arch/arm/mach-omap1/
H A Dcommon.h52 void omap1_restart(enum reboot_mode, const char *);
H A Dreset.c26 void omap1_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-ep93xx/
H A Dplatform.h40 void ep93xx_restart(enum reboot_mode, const char *);
/linux-master/arch/arm/include/asm/
H A Dv7m.h94 enum reboot_mode;
96 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/linux-master/arch/arm/mach-bcm/
H A Dboard_bcm281xx.c19 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd)
/linux-master/arch/arm/mach-sa1100/
H A Dgeneric.h14 extern void sa11x0_restart(enum reboot_mode, const char *);

Completed in 346 milliseconds

123