Searched refs:reboot_mode (Results 1 – 25 of 70) sorted by relevance
123
/arch/arm/mach-omap2/ |
D | common.h | 151 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()
|
D | omap4-restart.c | 19 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 | 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 | 8 extern void mmp_restart(enum reboot_mode, const char *);
|
D | common.c | 47 void mmp_restart(enum reboot_mode mode, const char *cmd) in mmp_restart()
|
/arch/arm/mach-spear/ |
D | restart.c | 21 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
/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 | 20 void mvebu_restart(enum reboot_mode mode, const char *cmd);
|
/arch/arm/mach-dove/ |
D | common.h | 47 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-s3c64xx/ |
D | mach-s3c64xx-dt.c | 47 static void s3c64xx_dt_restart(enum reboot_mode mode, const char *cmd) in s3c64xx_dt_restart()
|
D | common.h | 22 void s3c64xx_restart(enum reboot_mode mode, const char *cmd);
|
123