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()
299 /* Populate all required OPPs which are part of "required-opps" list */
349 /* Link required OPPs for an individual OPP */
374 /* Link required OPPs for all OPPs of the newly added OPP table */
416 /* Link OPPs now */ in lazy_link_required_opp_table()
419 /* The OPPs will be marked unusable */ in lazy_link_required_opp_table()
750 * Free OPPs created using static entries present in DT.
880 * _opp_add_static_v2() - Allocate static OPPs (As per 'v2' DT bindings)
893 * Duplicate OPPs (both freq and volt are same) and opp->available
897 * Duplicate OPPs (both freq and volt are same) and !opp->available
946 /* Don't return error for duplicate OPPs */ in _opp_add_static_v2()
1011 /* We have opp-table node now, iterate over it and add OPPs */ in _of_add_opp_table_v2()
1025 /* There should be one or more OPPs defined */ in _of_add_opp_table_v2()
1027 dev_err(dev, "%s: no supported OPPs", __func__); in _of_add_opp_table_v2()
1123 * OPPs have two version of bindings now. Also try the old (v1) in _of_add_table_indexed()
1163 * Duplicate OPPs (both freq and volt are same) and opp->available
1165 * Duplicate OPPs (both freq and volt are same) and !opp->available
1186 * Duplicate OPPs (both freq and volt are same) and opp->available
1188 * Duplicate OPPs (both freq and volt are same) and !opp->available
1284 /* Free all other OPPs */ in dev_pm_opp_of_cpumask_add_table()
1297 * dev_pm_opp_of_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with
1304 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
1323 /* OPPs are shared ? */ in dev_pm_opp_of_get_sharing_cpus()
1363 * @np: Node that contains the "required-opps" property.
1366 * Returns the performance state of the OPP pointed out by the "required-opps"
1539 * Having this property means the voltages are known for OPPs and the EM