Searched refs:reboot_mode (Results 1 – 25 of 63) sorted by relevance
123
/arch/arm/mach-omap2/ |
D | common.h | 157 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()
|
D | am33xx-restart.c | 19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap4-restart.c | 19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | omap3-restart.c | 28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
D | omap2-restart.c | 31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
|
/arch/arm/include/asm/mach/ |
D | arch.h | 43 enum reboot_mode reboot_mode; /* default restart mode */ member 62 void (*restart)(enum reboot_mode, const char *);
|
/arch/arm/include/asm/ |
D | v7m.h | 93 enum reboot_mode; 95 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
/arch/arm/mach-socfpga/ |
D | socfpga.c | 70 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/ |
D | restart.c | 11 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/arch/arm/mach-highbank/ |
D | system.c | 12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
D | core.h | 7 extern void highbank_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-footbridge/ |
D | common.h | 13 extern void footbridge_restart(enum reboot_mode, const char *);
|
/arch/arm/kernel/ |
D | v7m.c | 10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
/arch/arm/mach-mmp/ |
D | common.h | 9 extern void mmp_restart(enum reboot_mode, const char *);
|
D | common.c | 62 void mmp_restart(enum reboot_mode mode, const char *cmd) in mmp_restart()
|
/arch/arm/mach-spear/ |
D | restart.c | 18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
D | generic.h | 36 void spear_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-cns3xxx/ |
D | core.h | 30 void cns3xxx_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-nspire/ |
D | nspire.c | 30 static void nspire_restart(enum reboot_mode mode, const char *cmd) in nspire_restart()
|
/arch/arm/mach-mvebu/ |
D | common.h | 17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
|
/arch/arm/mach-dove/ |
D | common.h | 44 void dove_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-omap1/ |
D | common.h | 80 void omap1_restart(enum reboot_mode, const char *);
|
D | reset.c | 27 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
|
/arch/arm/mach-ep93xx/ |
D | platform.h | 40 void ep93xx_restart(enum reboot_mode, const char *);
|
123