Searched refs:reboot_mode (Results 1 – 25 of 49) sorted by relevance
12
| /arch/arm/mach-omap2/ |
| A D | common.h | 134 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 D | omap4-restart.c | 19 void omap44xx_restart(enum reboot_mode mode, const char *cmd) in omap44xx_restart()
|
| A D | am33xx-restart.c | 19 void am33xx_restart(enum reboot_mode mode, const char *cmd) in am33xx_restart()
|
| A D | omap3-restart.c | 28 void omap3xxx_restart(enum reboot_mode mode, const char *cmd) in omap3xxx_restart()
|
| A D | ti81xx-restart.c | 25 void ti81xx_restart(enum reboot_mode mode, const char *cmd) in ti81xx_restart()
|
| A D | omap2-restart.c | 31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()
|
| /arch/arm/include/asm/mach/ |
| A D | arch.h | 43 enum reboot_mode reboot_mode; /* default restart mode */ member 59 void (*restart)(enum reboot_mode, const char *);
|
| /arch/arm/include/asm/ |
| A D | v7m.h | 94 enum reboot_mode; 96 void armv7m_restart(enum reboot_mode mode, const char *cmd);
|
| /arch/arm/mach-socfpga/ |
| A D | socfpga.c | 68 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 D | system.c | 12 void highbank_restart(enum reboot_mode mode, const char *cmd) in highbank_restart()
|
| A D | core.h | 7 extern void highbank_restart(enum reboot_mode, const char *);
|
| /arch/arm/mach-footbridge/ |
| A D | common.h | 13 extern void footbridge_restart(enum reboot_mode, const char *);
|
| /arch/arm/kernel/ |
| A D | v7m.c | 10 void armv7m_restart(enum reboot_mode mode, const char *cmd) in armv7m_restart()
|
| /arch/arm/mach-spear/ |
| A D | restart.c | 18 void spear_restart(enum reboot_mode mode, const char *cmd) in spear_restart()
|
| A D | generic.h | 33 void spear_restart(enum reboot_mode, const char *);
|
| /arch/arm/mach-mvebu/ |
| A D | common.h | 17 void mvebu_restart(enum reboot_mode mode, const char *cmd);
|
| /arch/arm/mach-omap1/ |
| A D | common.h | 52 void omap1_restart(enum reboot_mode, const char *);
|
| A D | reset.c | 26 void omap1_restart(enum reboot_mode mode, const char *cmd) in omap1_restart()
|
| /arch/arm/mach-dove/ |
| A D | common.h | 44 void dove_restart(enum reboot_mode, const char *);
|
| /arch/arm/mach-bcm/ |
| A D | board_bcm281xx.c | 19 static void bcm281xx_restart(enum reboot_mode mode, const char *cmd) in bcm281xx_restart()
|
| /arch/arm/mach-mv78xx0/ |
| A D | common.h | 49 void mv78xx0_restart(enum reboot_mode, const char *);
|
| /arch/arm/mach-sa1100/ |
| A D | generic.h | 14 extern void sa11x0_restart(enum reboot_mode, const char *);
|
| /arch/arm/mach-s5pv210/ |
| A D | s5pv210.c | 49 static void s5pv210_dt_restart(enum reboot_mode mode, const char *cmd) in s5pv210_dt_restart()
|
| /arch/arm/mach-pxa/ |
| A D | generic.h | 46 void pxa_restart(enum reboot_mode, const char *);
|
| A D | reset.c | 87 void pxa_restart(enum reboot_mode mode, const char *cmd) in pxa_restart()
|
Completed in 28 milliseconds
12