Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/opp/
Dcore.c152 sizeof(*supplies) * opp->opp_table->regulator_count); in dev_pm_opp_get_supplies()
175 for (i = 0; i < opp->opp_table->regulator_count; i++) in dev_pm_opp_get_power()
317 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency()
1114 opp_table->regulator_count); in _set_opp()
1134 opp_table->regulator_count); in _set_opp()
1324 opp_table->regulator_count = -1; in _allocate_opp_table()
1705 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate()
1706 opp_table->regulator_count : 1; in _opp_allocate()
1738 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators()
2107 opp_table->regulator_count = count; in _opp_set_regulators()
[all …]
Dopp.h231 int regulator_count; member
Ddebugfs.c102 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
Dof.c585 int supplies = opp_table->regulator_count; in opp_parse_supplies()
606 opp_table->regulator_count = 0; in opp_parse_supplies()
621 supplies = opp_table->regulator_count = 1; in opp_parse_supplies()
/Linux-v6.1/drivers/video/fbdev/
Dsimplefb.c79 u32 regulator_count; member
370 par->regulator_count = i; in simplefb_regulators_get()
381 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable()
401 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
/Linux-v6.1/drivers/gpu/drm/tiny/
Dsimpledrm.c200 unsigned int regulator_count; member
353 for (i = 0; i < sdev->regulator_count; ++i) { in simpledrm_device_release_regulators()
421 sdev->regulator_count = i; in simpledrm_device_init_regulators()