Home
last modified time | relevance | path

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

/openbmc/linux/drivers/opp/
H A Dof.c629 if (unlikely(opp_table->regulator_count == -1)) in _parse_named_prop()
630 opp_table->regulator_count = 1; in _parse_named_prop()
632 if (count != opp_table->regulator_count && in _parse_named_prop()
633 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop()
635 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()
651 *triplet = count != opp_table->regulator_count; in _parse_named_prop()
674 opp_table->regulator_count > 0) { in opp_parse_microvolt()
711 if (unlikely(opp_table->regulator_count == -1)) { in opp_parse_supplies()
712 opp_table->regulator_count = 0; in opp_parse_supplies()
716 for (i = 0, j = 0; i < opp_table->regulator_count; i++) { in opp_parse_supplies()
H A Dcore.c168 sizeof(*supplies) * opp->opp_table->regulator_count); in dev_pm_opp_get_supplies()
191 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
338 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1233 opp_table->regulator_count); in _set_opp()
1253 opp_table->regulator_count); in _set_opp()
1443 opp_table->regulator_count = -1; in _allocate_opp_table()
1819 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1820 opp_table->regulator_count : 1; in _opp_allocate()
1852 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
2221 opp_table->regulator_count = count; in _opp_set_regulators()
[all …]
H A Dopp.h229 int regulator_count; member
H A Ddebugfs.c104 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
/openbmc/linux/drivers/video/fbdev/
H A Dsimplefb.c82 u32 regulator_count; member
371 par->regulator_count = i; in simplefb_regulators_get()
382 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
402 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dsimpledrm.c227 unsigned int regulator_count; member
380 for (i = 0; i < sdev->regulator_count; ++i) { in simpledrm_device_release_regulators()
448 sdev->regulator_count = i; in simpledrm_device_init_regulators()