Home
last modified time | relevance | path

Searched refs:exynos_cpu_power_state (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-exynos/
H A Dplatsmp.c127 * exynos_cpu_power_state : returns the power state of the cpu
131 int exynos_cpu_power_state(int cpu) in exynos_cpu_power_state() function
342 if (!exynos_cpu_power_state(core_id)) { in exynos_boot_secondary()
347 while (exynos_cpu_power_state(core_id) in exynos_boot_secondary()
H A Dmcpm-exynos.c69 state = exynos_cpu_power_state(cpunr); in exynos_cpu_powerup()
176 if ((exynos_cpu_power_state(cpunr) == 0)) in exynos_wait_for_powerdown()
H A Dpm.c203 while (exynos_cpu_power_state(1)) { in exynos_cpu0_enter_aftr()
248 while (exynos_cpu_power_state(1) != S5P_CORE_LOCAL_PWR_EN) in exynos_cpu0_enter_aftr()
H A Dcommon.h131 extern int exynos_cpu_power_state(int cpu);
/kernel/linux/linux-6.6/arch/arm/mach-exynos/
H A Dplatsmp.c126 * exynos_cpu_power_state() - returns the power state of the cpu
129 int exynos_cpu_power_state(int cpu) in exynos_cpu_power_state() function
340 if (!exynos_cpu_power_state(core_id)) { in exynos_boot_secondary()
345 while (exynos_cpu_power_state(core_id) in exynos_boot_secondary()
H A Dmcpm-exynos.c67 state = exynos_cpu_power_state(cpunr); in exynos_cpu_powerup()
174 if ((exynos_cpu_power_state(cpunr) == 0)) in exynos_wait_for_powerdown()
H A Dpm.c203 while (exynos_cpu_power_state(1)) { in exynos_cpu0_enter_aftr()
248 while (exynos_cpu_power_state(1) != S5P_CORE_LOCAL_PWR_EN) in exynos_cpu0_enter_aftr()
H A Dcommon.h139 extern int exynos_cpu_power_state(int cpu);

Completed in 4 milliseconds