Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/opp/
Dof.c656 if (unlikely(opp_table->regulator_count == -1)) in _parse_named_prop()
657 opp_table->regulator_count = 1; in _parse_named_prop()
659 if (count != opp_table->regulator_count && in _parse_named_prop()
660 (!triplet || count != opp_table->regulator_count * 3)) { in _parse_named_prop()
662 __func__, prop_type, count, opp_table->regulator_count); in _parse_named_prop()
678 *triplet = count != opp_table->regulator_count; in _parse_named_prop()
701 opp_table->regulator_count > 0) { in opp_parse_microvolt()
738 if (unlikely(opp_table->regulator_count == -1)) { in opp_parse_supplies()
739 opp_table->regulator_count = 0; in opp_parse_supplies()
743 for (i = 0, j = 0; i < opp_table->regulator_count; i++) { in opp_parse_supplies()
Dcore.c149 sizeof(*supplies) * opp->opp_table->regulator_count); in dev_pm_opp_get_supplies()
172 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
319 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1235 opp_table->regulator_count); in _set_opp()
1255 opp_table->regulator_count); in _set_opp()
1448 opp_table->regulator_count = -1; in _allocate_opp_table()
1822 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1823 opp_table->regulator_count : 1; in _opp_allocate()
1857 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
2197 opp_table->regulator_count = count; in _opp_set_regulators()
[all …]
Dopp.h239 int regulator_count; member
Ddebugfs.c104 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
/linux-6.12.1/drivers/video/fbdev/
Dsimplefb.c89 u32 regulator_count; member
398 par->regulator_count = i; in simplefb_regulators_get()
409 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
429 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
/linux-6.12.1/drivers/gpu/drm/tiny/
Dsimpledrm.c229 unsigned int regulator_count; member
388 for (i = 0; i < sdev->regulator_count; ++i) { in simpledrm_device_release_regulators()
456 sdev->regulator_count = i; in simpledrm_device_init_regulators()