Lines Matching full:opps
57 * But the OPPs will be considered as shared only if the in _managed_opp()
98 return of_parse_phandle(np, "required-opps", index); in of_parse_required_opp()
152 * Populate all devices and opp tables which are part of "required-opps" list.
172 count = of_count_phandle_with_args(np, "required-opps", NULL); in _opp_table_alloc_required_tables()
278 /* Populate all required OPPs which are part of "required-opps" list */
328 /* Link required OPPs for an individual OPP */
353 /* Link required OPPs for all OPPs of the newly added OPP table */
395 /* Link OPPs now */ in lazy_link_required_opp_table()
398 /* The OPPs will be marked unusable */ in lazy_link_required_opp_table()
719 * Free OPPs created using static entries present in DT.
812 * _opp_add_static_v2() - Allocate static OPPs (As per 'v2' DT bindings)
825 * Duplicate OPPs (both freq and volt are same) and opp->available
829 * Duplicate OPPs (both freq and volt are same) and !opp->available
882 /* Don't return error for duplicate OPPs */ in _opp_add_static_v2()
945 /* We have opp-table node now, iterate over it and add OPPs */ in _of_add_opp_table_v2()
959 /* There should be one or more OPPs defined */ in _of_add_opp_table_v2()
961 dev_err(dev, "%s: no supported OPPs", __func__); in _of_add_opp_table_v2()
1065 * OPPs have two version of bindings now. Also try the old (v1) in _of_add_table_indexed()
1094 * Duplicate OPPs (both freq and volt are same) and opp->available
1096 * Duplicate OPPs (both freq and volt are same) and !opp->available
1123 * Duplicate OPPs (both freq and volt are same) and opp->available
1125 * Duplicate OPPs (both freq and volt are same) and !opp->available
1226 /* Free all other OPPs */ in dev_pm_opp_of_cpumask_add_table()
1239 * dev_pm_opp_of_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with
1246 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
1265 /* OPPs are shared ? */ in dev_pm_opp_of_get_sharing_cpus()
1305 * @np: Node that contains the "required-opps" property.
1308 * Returns the performance state of the OPP pointed out by the "required-opps"
1424 * Having this property means the voltages are known for OPPs and the EM