Searched refs:cluster_is_up (Results 1 – 3 of 3) sorted by relevance
230 void (*cluster_is_up)(unsigned int cluster); member
359 if (first_man && platform_ops->cluster_is_up) in mcpm_cpu_powered_up()360 platform_ops->cluster_is_up(cluster); in mcpm_cpu_powered_up()
191 .cluster_is_up = tc2_pm_cluster_is_up,