Home
last modified time | relevance | path

Searched refs:regulator_count (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/opp/
H A Dof.c592 if (unlikely(opp_table->regulator_count == -1)) in _parse_named_prop()
593 opp_table->regulator_count = 1; in _parse_named_prop()
595 if (count != opp_table->regulator_count && in _parse_named_prop()
596 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop()
598 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()
614 *triplet = count != opp_table->regulator_count; in _parse_named_prop()
637 opp_table->regulator_count > 0) { in opp_parse_microvolt()
674 if (unlikely(opp_table->regulator_count == -1)) { in opp_parse_supplies()
675 opp_table->regulator_count = 0; in opp_parse_supplies()
679 for (i = 0, j = 0; i < opp_table->regulator_count; i++) { in opp_parse_supplies()
H A Dcore.c183 sizeof(*supplies) * opp->opp_table->regulator_count); in dev_pm_opp_get_supplies()
206 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
349 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1348 opp_table->regulator_count); in _set_opp()
1368 opp_table->regulator_count); in _set_opp()
1546 opp_table->regulator_count = -1; in _allocate_opp_table()
1908 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1909 opp_table->regulator_count : 1; in _opp_allocate()
1943 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
2279 opp_table->regulator_count = count; in _opp_set_regulators()
[all …]
H A Dopp.h240 int regulator_count; member
/linux/drivers/video/fbdev/
H A Dsimplefb.c89 u32 regulator_count; member
391 par->regulator_count = i; in simplefb_regulators_get()
402 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
422 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()