Home
last modified time | relevance | path

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

/linux/drivers/opp/
H A Dof.c588 * Initialize regulator_count, if regulator information isn't provided in _parse_named_prop()
590 * regulator_count to 1. in _parse_named_prop()
592 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()
633 * regulator_count may get initialized after that to a valid in opp_parse_microvolt()
637 opp_table->regulator_count > in opp_parse_microvolt()
[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()