Searched refs:omap2xxx_restart (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | common.h | 158 void omap2xxx_restart(enum reboot_mode mode, const char *cmd); 160 static inline void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() function
|
H A D | omap2-restart.c | 26 * omap2xxx_restart - Set DPLL to bypass mode for reboot to work 31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() function 47 * operation to work - see omap2xxx_restart(). Returns -EINVAL upon
|
H A D | board-generic.c | 63 .restart = omap2xxx_restart, 80 .restart = omap2xxx_restart,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H 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() function
|
H A D | omap2-restart.c | 26 * omap2xxx_restart - Set DPLL to bypass mode for reboot to work 31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart() function 47 * operation to work - see omap2xxx_restart(). Returns -EINVAL upon
|
H A D | board-generic.c | 62 .restart = omap2xxx_restart, 79 .restart = omap2xxx_restart,
|
Completed in 3 milliseconds