Searched refs:regulator_count (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/opp/ |
H A D | core.c | 218 count = opp_table->regulator_count; in dev_pm_opp_get_max_volt_latency() 678 if (WARN_ON(opp_table->regulator_count > 1)) { in _generic_set_opp_regulator() 765 data->regulator_count = opp_table->regulator_count; in _set_opp_custom() 770 size = sizeof(*old_supply) * opp_table->regulator_count; in _set_opp_custom() 1090 opp_table->regulator_count = -1; in _allocate_opp_table() 1392 supply_count = table->regulator_count > 0 ? table->regulator_count : 1; in _opp_allocate() 1420 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators() 1713 int len, count = opp_table->regulator_count; in _allocate_set_opp_data() [all...] |
H A D | opp.h | 149 * @regulator_count: Number of power supply regulators. Its value can be -1 197 int regulator_count; member
|
H A D | of.c | 486 int supplies = opp_table->regulator_count, vcount, icount, ret, i, j; in opp_parse_supplies() 505 /* Initialize regulator_count */ in opp_parse_supplies() 506 opp_table->regulator_count = 0; in opp_parse_supplies() 520 /* Initialize regulator_count */ in opp_parse_supplies() 521 supplies = opp_table->regulator_count = 1; in opp_parse_supplies()
|
H A D | debugfs.c | 83 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | core.c | 149 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() 1210 opp_table->regulator_count); in _set_opp() 1230 opp_table->regulator_count); in _set_opp() 1420 opp_table->regulator_count = -1; in _allocate_opp_table() 1796 supply_count = opp_table->regulator_count > 0 ? in _opp_allocate() 1797 opp_table->regulator_count : 1; in _opp_allocate() 1829 for (i = 0; i < opp_table->regulator_count; i++) { in _opp_supported_by_regulators() 2198 opp_table->regulator_count in _opp_set_regulators() [all...] |
H A D | of.c | 625 * Initialize regulator_count, if regulator information isn't provided in _parse_named_prop() 627 * regulator_count to 1. in _parse_named_prop() 629 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() 670 * regulator_count may get initialized after that to a valid in opp_parse_microvolt() 674 opp_table->regulator_count > in opp_parse_microvolt() [all...] |
H A D | opp.h | 177 * @regulator_count: Number of power supply regulators. Its value can be -1 229 int regulator_count; member
|
H A D | debugfs.c | 104 for (i = 0; i < opp_table->regulator_count; i++) { in opp_debug_create_supplies()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | simplefb.c | 181 u32 regulator_count; member 359 par->regulator_count = i; in simplefb_regulators_get() 370 for (i = 0; i < par->regulator_count; i++) { in simplefb_regulators_enable() 390 for (i = 0; i < par->regulator_count; i++) in simplefb_regulators_destroy()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | simplefb.c | 82 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | simpledrm.c | 227 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_opp.h | 74 * @regulator_count: Number of regulators 85 unsigned int regulator_count; member
|
Completed in 14 milliseconds