Home
last modified time | relevance | path

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

123

/arch/arm/mach-omap2/
Dcommon.h151 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()
Domap4-restart.c19 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()
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.h8 extern void mmp_restart(enum reboot_mode, const char *);
Dcommon.c47 void mmp_restart(enum reboot_mode mode, const char *cmd) in mmp_restart()
/arch/arm/mach-spear/
Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
/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.h20 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-dove/
Dcommon.h47 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-s3c64xx/
Dmach-s3c64xx-dt.c47 static void s3c64xx_dt_restart(enum reboot_mode mode, const char *cmd) in s3c64xx_dt_restart()
Dcommon.h22 void s3c64xx_restart(enum reboot_mode mode, const char *cmd);

123