Searched refs:cluster_powerup (Results 1 – 5 of 5) sorted by relevance
223 int (*cluster_powerup)(unsigned int cluster); member
127 .cluster_powerup = dcscb_cluster_powerup,
183 .cluster_powerup = tc2_pm_cluster_powerup,
181 .cluster_powerup = exynos_cluster_powerup,
231 ret = platform_ops->cluster_powerup(cluster); in mcpm_cpu_power_up()