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

/linux-master/drivers/opp/
H A Dof.c652 * Initialize regulator_count, if regulator information isn't provided
654 * regulator_count to 1.
656 if (unlikely(opp_table->regulator_count == -1))
657 opp_table->regulator_count = 1;
659 if (count != opp_table->regulator_count &&
660 (!triplet || count != opp_table->regulator_count * 3)) {
662 __func__, prop_type, count, opp_table->regulator_count);
678 *triplet = count != opp_table->regulator_count;
697 * regulator_count may get initialized after that to a valid
701 opp_table->regulator_count >
[all...]
H A Dopp.h189 * @regulator_count: Number of power supply regulators. Its value can be -1
239 int regulator_count; member in struct:opp_table
H A Dcore.c149 sizeof(*supplies) * opp->opp_table->regulator_count);
172 for (i = 0; i < opp->opp_table->regulator_count; i++)
319 count = opp_table->regulator_count;
1236 opp_table->regulator_count);
1256 opp_table->regulator_count);
1449 opp_table->regulator_count = -1;
1823 supply_count = opp_table->regulator_count > 0 ?
1824 opp_table->regulator_count : 1;
1858 for (i = 0; i < opp_table->regulator_count; i++) {
2198 opp_table->regulator_count
[all...]
H A Ddebugfs.c104 for (i = 0; i < opp_table->regulator_count; i++) {
/linux-master/drivers/video/fbdev/
H A Dsimplefb.c89 u32 regulator_count; member in struct:simplefb_par
398 par->regulator_count = i;
409 for (i = 0; i < par->regulator_count; i++) {
429 for (i = 0; i < par->regulator_count; i++)
/linux-master/drivers/gpu/drm/tiny/
H A Dsimpledrm.c228 unsigned int regulator_count; member in struct:simpledrm_device
387 for (i = 0; i < sdev->regulator_count; ++i) {
455 sdev->regulator_count = i;

Completed in 126 milliseconds