Searched refs:shared_opp (Results 1 – 3 of 3) sorted by relevance
188 opp_table->shared_opp = OPP_TABLE_ACCESS_SHARED; in dev_pm_opp_set_sharing_cpus()217 if (opp_table->shared_opp == OPP_TABLE_ACCESS_UNKNOWN) { in dev_pm_opp_get_sharing_cpus()224 if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) { in dev_pm_opp_get_sharing_cpus()
41 if (opp_table->shared_opp == OPP_TABLE_ACCESS_SHARED) { in _managed_opp()436 opp_table->shared_opp = OPP_TABLE_ACCESS_SHARED; in _of_add_opp_table_v2()438 opp_table->shared_opp = OPP_TABLE_ACCESS_EXCLUSIVE; in _of_add_opp_table_v2()
167 enum opp_table_access shared_opp; member