Home
last modified time | relevance | path

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

12

/arch/arm/mach-omap2/
A Dcommon.h134 void omap2xxx_restart(enum reboot_mode mode, const char *cmd);
136 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
142 void am33xx_restart(enum reboot_mode mode, const char *cmd);
144 static inline void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
150 void omap3xxx_restart(enum reboot_mode mode, const char *cmd);
152 static inline void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
158 void ti81xx_restart(enum reboot_mode mode, const char *cmd);
160 static inline void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
167 void omap44xx_restart(enum reboot_mode mode, const char *cmd);
169 static inline void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
A Domap4-restart.c19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
A Dam33xx-restart.c19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
A Domap3-restart.c28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
A Dti81xx-restart.c25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
A Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
/arch/arm/include/asm/mach/
A Darch.h43 enum reboot_mode reboot_mode; /* default restart mode */ member
59 void (*restart)(enum reboot_mode, const char *);
/arch/arm/include/asm/
A Dv7m.h94 enum reboot_mode;
96 void armv7m_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-socfpga/
A Dsocfpga.c68 static void socfpga_cyclone5_restart(enum reboot_mode mode, const char *cmd) in socfpga_cyclone5_restart()
81 static void socfpga_arria10_restart(enum reboot_mode mode, const char *cmd) in socfpga_arria10_restart()
/arch/arm/mach-highbank/
A Dsystem.c12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
A Dcore.h7 extern void highbank_restart(enum reboot_mode, const char *);
/arch/arm/mach-footbridge/
A Dcommon.h13 extern void footbridge_restart(enum reboot_mode, const char *);
/arch/arm/kernel/
A Dv7m.c10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
/arch/arm/mach-spear/
A Drestart.c18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
A Dgeneric.h33 void spear_restart(enum reboot_mode, const char *);
/arch/arm/mach-mvebu/
A Dcommon.h17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
/arch/arm/mach-omap1/
A Dcommon.h52 void omap1_restart(enum reboot_mode, const char *);
A Dreset.c26 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
/arch/arm/mach-dove/
A Dcommon.h44 void dove_restart(enum reboot_mode, const char *);
/arch/arm/mach-bcm/
A Dboard_bcm281xx.c19 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) in bcm281xx_restart()
/arch/arm/mach-mv78xx0/
A Dcommon.h49 void mv78xx0_restart(enum reboot_mode, const char *);
/arch/arm/mach-sa1100/
A Dgeneric.h14 extern void sa11x0_restart(enum reboot_mode, const char *);
/arch/arm/mach-s5pv210/
A Ds5pv210.c49 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) in s5pv210_dt_restart()
/arch/arm/mach-pxa/
A Dgeneric.h46 void pxa_restart(enum reboot_mode, const char *);
A Dreset.c87 void pxa_restart(enum reboot_mode mode, const char *cmd) in pxa_restart()

Completed in 28 milliseconds

12