Lines Matching full:opps

24 /* OPP tables with uninitialized required OPPs, protected by opp_table_lock */
60 * But the OPPs will be considered as shared only if the in _managed_opp()
101 return of_parse_phandle(np, "required-opps", index); in of_parse_required_opp()
158 * Populate all devices and opp tables which are part of "required-opps" list.
178 count = of_count_phandle_with_args(np, "required-opps", NULL); in _opp_table_alloc_required_tables()
325 * "opp-level" and single "required-opps" entry pointing to a genpd's in _link_required_opps()
336 * required-opps set to a parent genpd. The OPP core expects the user to in _link_required_opps()
352 /* Populate all required OPPs which are part of "required-opps" list */
386 /* Link required OPPs for an individual OPP */
402 /* Link required OPPs for all OPPs of the newly added OPP table */
444 /* Link OPPs now */ in lazy_link_required_opp_table()
447 /* The OPPs will be marked unusable */ in lazy_link_required_opp_table()
777 * Free OPPs created using static entries present in DT.
907 * _opp_add_static_v2() - Allocate static OPPs (As per 'v2' DT bindings)
920 * Duplicate OPPs (both freq and volt are same) and opp->available
924 * Duplicate OPPs (both freq and volt are same) and !opp->available
973 /* Don't return error for duplicate OPPs */ in _opp_add_static_v2()
1036 /* We have opp-table node now, iterate over it and add OPPs */ in _of_add_opp_table_v2()
1050 /* There should be one or more OPPs defined */ in _of_add_opp_table_v2()
1052 dev_err(dev, "%s: no supported OPPs", __func__); in _of_add_opp_table_v2()
1152 * OPPs have two version of bindings now. Also try the old (v1) in _of_add_table_indexed()
1192 * Duplicate OPPs (both freq and volt are same) and opp->available
1194 * Duplicate OPPs (both freq and volt are same) and !opp->available
1215 * Duplicate OPPs (both freq and volt are same) and opp->available
1217 * Duplicate OPPs (both freq and volt are same) and !opp->available
1313 /* Free all other OPPs */ in dev_pm_opp_of_cpumask_add_table()
1326 * dev_pm_opp_of_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with
1333 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
1352 /* OPPs are shared ? */ in dev_pm_opp_of_get_sharing_cpus()
1392 * @np: Node that contains the "required-opps" property.
1395 * Returns the performance state of the OPP pointed out by the "required-opps"
1574 * Having this property means the voltages are known for OPPs and the EM