Home
last modified time | relevance | path

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

/drivers/opp/
A Dof.c588 if (unlikely(opp_table->regulator_count == -1)) in _parse_named_prop()
589 opp_table->regulator_count = 1; in _parse_named_prop()
591 if (count != opp_table->regulator_count && in _parse_named_prop()
592 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop()
594 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()
610 *triplet = count != opp_table->regulator_count; in _parse_named_prop()
633 opp_table->regulator_count > 0) { in opp_parse_microvolt()
670 if (unlikely(opp_table->regulator_count == -1)) { in opp_parse_supplies()
671 opp_table->regulator_count = 0; in opp_parse_supplies()
675 for (i = 0, j = 0; i < opp_table->regulator_count; i++) { in opp_parse_supplies()
A Dcore.c206 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
348 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1247 opp_table->regulator_count); in _set_opp()
1267 opp_table->regulator_count); in _set_opp()
1444 opp_table->regulator_count = -1; in _allocate_opp_table()
1805 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1806 opp_table->regulator_count : 1; in _opp_allocate()
2178 opp_table->regulator_count = count; in _opp_set_regulators()
2192 opp_table->regulator_count = -1; in _opp_set_regulators()
2214 opp_table->regulator_count = -1; in _opp_put_regulators()
[all …]
A Dopp.h240 int regulator_count; member
A Ddebugfs.c104 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
/drivers/video/fbdev/
A Dsimplefb.c89 u32 regulator_count; member
389 par->regulator_count = i; in simplefb_regulators_get()
400 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
420 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
/drivers/gpu/drm/sysfb/
A Dsimpledrm.c218 unsigned int regulator_count; member
363 for (i = 0; i < sdev->regulator_count; ++i) { in simpledrm_device_release_regulators()
431 sdev->regulator_count = i; in simpledrm_device_init_regulators()

Completed in 27 milliseconds