Searched refs:omap4_enter_lowpower (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | common.h | 288 extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state); 291 static inline int omap4_enter_lowpower(unsigned int cpu, in omap4_enter_lowpower() function
|
H A D | cpuidle44xx.c | 108 omap4_enter_lowpower(dev->cpu, cx->cpu_state); in omap_enter_idle_smp() 187 omap4_enter_lowpower(dev->cpu, cx->cpu_state); in omap_enter_idle_coupled()
|
H A D | pm44xx.c | 79 omap4_enter_lowpower(cpu_id, cpu_suspend_state); in omap4_pm_suspend()
|
H A D | omap-mpuss-lowpower.c | 212 * omap4_enter_lowpower: OMAP4 MPUSS Low Power Entry Function 225 int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state) in omap4_enter_lowpower() function
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | common.h | 259 extern int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state, 263 static inline int omap4_enter_lowpower(unsigned int cpu, in omap4_enter_lowpower() function
|
H A D | cpuidle44xx.c | 108 omap4_enter_lowpower(dev->cpu, cx->cpu_state, true); in omap_enter_idle_smp() 187 omap4_enter_lowpower(dev->cpu, cx->cpu_state, true); in omap_enter_idle_coupled()
|
H A D | pm44xx.c | 79 omap4_enter_lowpower(cpu_id, cpu_suspend_state, false); in omap4_pm_suspend()
|
H A D | omap-mpuss-lowpower.c | 213 * omap4_enter_lowpower: OMAP4 MPUSS Low Power Entry Function 227 __cpuidle int omap4_enter_lowpower(unsigned int cpu, unsigned int power_state, in omap4_enter_lowpower() function
|
Completed in 4 milliseconds