Home
last modified time | relevance | path

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

123

/arch/arm/mach-omap2/
Dcommon.h157 void omap2xxx_restart(enum reboot_mode mode, const char *cmd);
159 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
165 void am33xx_restart(enum reboot_mode mode, const char *cmd);
167 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
173 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
175 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
181 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
183 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
190 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
192 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Dam33xx-restart.c19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
Domap4-restart.c19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Domap3-restart.c28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
Dti81xx-restart.c25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
/arch/arm/include/asm/mach/
Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member
62 void (*restart)(enum reboot_mode, const char *);
/arch/arm/include/asm/
Dv7m.h93 enum reboot_mode;
95 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-socfpga/
Dsocfpga.c70 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()
/arch/arm/mach-iop32x/
Drestart.c11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
/arch/arm/mach-highbank/
Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
Dcore.h7 extern void highbank_restart(enum reboot_mode, const char *);
/arch/arm/mach-footbridge/
Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/arch/arm/kernel/
Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
/arch/arm/mach-mmp/
Dcommon.h9 extern void mmp_restart(enum reboot_mode, const char *);
Dcommon.c62 void mmp_restart(enum reboot_mode mode, const char *cmd) in mmp_restart()
/arch/arm/mach-spear/
Drestart.c18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
Dgeneric.h36 void spear_restart(enum reboot_mode, const char *);
/arch/arm/mach-cns3xxx/
Dcore.h30 void cns3xxx_restart(enum reboot_mode, const char *);
/arch/arm/mach-nspire/
Dnspire.c30 static void nspire_restart(enum reboot_mode mode, const char *cmd) in nspire_restart()
/arch/arm/mach-mvebu/
Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-dove/
Dcommon.h44 void dove_restart(enum reboot_mode, const char *);
/arch/arm/mach-omap1/
Dcommon.h80 void omap1_restart(enum reboot_mode, const char *);
Dreset.c27 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
/arch/arm/mach-ep93xx/
Dplatform.h40 void ep93xx_restart(enum reboot_mode, const char *);

123