• Home
  • Raw
  • Download

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()
150 * Populate all devices and opp tables which are part of "required-opps" list.
168 count = of_count_phandle_with_args(np, "required-opps", NULL); in _opp_table_alloc_required_tables()
192 * We only support genpd's OPPs in the "required-opps" for now, in _opp_table_alloc_required_tables()
281 /* Populate all required OPPs which are part of "required-opps" list */
626 * Free OPPs created using static entries present in DT.
719 * _opp_add_static_v2() - Allocate static OPPs (As per 'v2' DT bindings)
732 * Duplicate OPPs (both freq and volt are same) and opp->available
736 * Duplicate OPPs (both freq and volt are same) and !opp->available
789 /* Don't return error for duplicate OPPs */ in _opp_add_static_v2()
851 /* We have opp-table node now, iterate over it and add OPPs */ in _of_add_opp_table_v2()
865 /* There should be one or more OPPs defined */ in _of_add_opp_table_v2()
867 dev_err(dev, "%s: no supported OPPs", __func__); in _of_add_opp_table_v2()
956 * Duplicate OPPs (both freq and volt are same) and opp->available
958 * Duplicate OPPs (both freq and volt are same) and !opp->available
975 * OPPs have two version of bindings now. Also try the old (v1) in dev_pm_opp_of_add_table()
1000 * Duplicate OPPs (both freq and volt are same) and opp->available
1002 * Duplicate OPPs (both freq and volt are same) and !opp->available
1091 /* Free all other OPPs */ in dev_pm_opp_of_cpumask_add_table()
1104 * dev_pm_opp_of_get_sharing_cpus() - Get cpumask of CPUs sharing OPPs with
1111 * This updates the @cpumask with CPUs that are sharing OPPs with @cpu_dev.
1130 /* OPPs are shared ? */ in dev_pm_opp_of_get_sharing_cpus()
1170 * @np: Node that contains the "required-opps" property.
1173 * Returns the performance state of the OPP pointed out by the "required-opps"
1289 * Having this property means the voltages are known for OPPs and the EM