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