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()
319 /* Populate all required OPPs which are part of "required-opps" list */
353 /* Link required OPPs for an individual OPP */
369 /* Link required OPPs for all OPPs of the newly added OPP table */
411 /* Link OPPs now */ in lazy_link_required_opp_table()
414 /* The OPPs will be marked unusable */ in lazy_link_required_opp_table()
744 * Free OPPs created using static entries present in DT.
874 * _opp_add_static_v2() - Allocate static OPPs (As per 'v2' DT bindings)
887 * Duplicate OPPs (both freq and volt are same) and opp->available
891 * Duplicate OPPs (both freq and volt are same) and !opp->available
940 /* Don't return error for duplicate OPPs */ in _opp_add_static_v2()
1005 /* We have opp-table node now, iterate over it and add OPPs */ in _of_add_opp_table_v2()
1019 /* There should be one or more OPPs defined */ in _of_add_opp_table_v2()
1021 dev_err(dev, "%s: no supported OPPs", __func__); in _of_add_opp_table_v2()
1121 * OPPs have two version of bindings now. Also try the old (v1) in _of_add_table_indexed()
1161 * Duplicate OPPs (both freq and volt are same) and opp->available
1163 * Duplicate OPPs (both freq and volt are same) and !opp->available
1184 * Duplicate OPPs (both freq and volt are same) and opp->available
1186 * Duplicate OPPs (both freq and volt are same) and !opp->available
1282 /* Free all other OPPs */ in dev_pm_opp_of_cpumask_add_table()
1295 * dev_pm_opp_of_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with
1302 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
1321 /* OPPs are shared ? */ in dev_pm_opp_of_get_sharing_cpus()
1361 * @np: Node that contains the "required-opps" property.
1364 * Returns the performance state of the OPP pointed out by the "required-opps"
1416 * dev_pm_opp_of_has_required_opp - Find out if a required-opps exists.
1421 * "required-opps" property.
1423 * Return: True if a required-opps is present, else false.
1441 count = of_count_phandle_with_args(np, "required-opps", NULL); in dev_pm_opp_of_has_required_opp()
1582 * Having this property means the voltages are known for OPPs and the EM