Searched refs:reboot_mode (Results 1 – 25 of 89) sorted by relevance
1234
/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 | 23 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
D | am33xx-restart.c | 22 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
D | omap3-restart.c | 31 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
D | ti81xx-restart.c | 29 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
/arch/arm/include/asm/ |
D | system_misc.h | 14 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
D | v7m.h | 74 enum reboot_mode; 76 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
/arch/arm/kernel/ |
D | reboot.c | 24 void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); 172 arm_pm_restart(reboot_mode, cmd); in machine_restart()
|
D | v7m.c | 13 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
/arch/arm/include/asm/mach/ |
D | arch.h | 46 enum reboot_mode reboot_mode; /* default restart mode */ member 65 void (*restart)(enum reboot_mode, const char *);
|
/arch/arm64/include/asm/ |
D | system_misc.h | 46 extern void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
|
/arch/arm/mach-ks8695/ |
D | time.c | 156 void ks8695_restart(enum reboot_mode reboot_mode, const char *cmd) in ks8695_restart() argument 160 if (reboot_mode == REBOOT_SOFT) in ks8695_restart()
|
D | generic.h | 15 extern void ks8695_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-socfpga/ |
D | socfpga.c | 79 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/ |
D | nuc9xx.h | 26 extern void nuc9xx_restart(enum reboot_mode, const char *);
|
/arch/arm/plat-iop/ |
D | restart.c | 14 void iop3xx_restart(enum reboot_mode mode, const char *cmd) in iop3xx_restart()
|
/arch/arm/mach-netx/ |
D | generic.h | 24 extern void netx_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-highbank/ |
D | system.c | 23 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
D | core.h | 6 extern void highbank_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-footbridge/ |
D | common.h | 12 extern void footbridge_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-mmp/ |
D | common.h | 7 extern void mmp_restart(enum reboot_mode, const char *);
|
/arch/arm/mach-gemini/ |
D | reset.c | 19 void gemini_restart(enum reboot_mode mode, const char *cmd) in gemini_restart()
|
D | common.h | 31 extern void gemini_restart(enum reboot_mode mode, const char *cmd);
|
/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 | 33 void cns3xxx_restart(enum reboot_mode, const char *);
|
1234