Home
last modified time | relevance | path

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

1234

/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.c23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
Dam33xx-restart.c22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
Domap3-restart.c31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
Dti81xx-restart.c29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
/arch/arm/include/asm/
Dsystem_misc.h14 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
Dv7m.h74 enum reboot_mode;
76 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/kernel/
Dreboot.c24 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
172 arm_pm_restart(reboot_mode, cmd); in machine_restart()
Dv7m.c13 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
/arch/arm/include/asm/mach/
Darch.h46 enum reboot_mode reboot_mode; /* default restart mode */ member
65 void (*restart)(enum reboot_mode, const char *);
/arch/arm64/include/asm/
Dsystem_misc.h46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
/arch/arm/mach-ks8695/
Dtime.c156 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart() argument
160 if (reboot_mode == REBOOT_SOFT) in ks8695_restart()
Dgeneric.h15 extern void ks8695_restart(enum reboot_mode, const char *);
/arch/arm/mach-socfpga/
Dsocfpga.c79 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart()
92 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
/arch/arm/mach-w90x900/
Dnuc9xx.h26 extern void nuc9xx_restart(enum reboot_mode, const char *);
/arch/arm/plat-iop/
Drestart.c14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
/arch/arm/mach-netx/
Dgeneric.h24 extern void netx_restart(enum reboot_mode, const char *);
/arch/arm/mach-highbank/
Dsystem.c23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
Dcore.h6 extern void highbank_restart(enum reboot_mode, const char *);
/arch/arm/mach-footbridge/
Dcommon.h12 extern void footbridge_restart(enum reboot_mode, const char *);
/arch/arm/mach-mmp/
Dcommon.h7 extern void mmp_restart(enum reboot_mode, const char *);
/arch/arm/mach-gemini/
Dreset.c19 void gemini_restart(enum reboot_mode mode, const char *cmd) in gemini_restart()
Dcommon.h31 extern void gemini_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-spear/
Drestart.c21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
/arch/arm/mach-cns3xxx/
Dcore.h33 void cns3xxx_restart(enum reboot_mode, const char *);

1234