Lines Matching refs:regulator_count
193 sizeof(*supplies) * opp->opp_table->regulator_count); in dev_pm_opp_get_supplies()
216 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
363 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1283 opp_table->regulator_count); in _set_opp()
1303 opp_table->regulator_count); in _set_opp()
1496 opp_table->regulator_count = -1; in _allocate_opp_table()
1877 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1878 opp_table->regulator_count : 1; in _opp_allocate()
1912 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
2252 opp_table->regulator_count = count; in _opp_set_regulators()
2266 opp_table->regulator_count = -1; in _opp_set_regulators()
2279 for (i = opp_table->regulator_count - 1; i >= 0; i--) in _opp_put_regulators()
2283 for (i = opp_table->regulator_count - 1; i >= 0; i--) in _opp_put_regulators()
2288 opp_table->regulator_count = -1; in _opp_put_regulators()
2830 opp_table->regulator_count = 1; in dev_pm_opp_add_dynamic()
3017 for (i = 0; i < opp_table->regulator_count; i++) { in dev_pm_opp_sync_regulators()