Lines Matching refs:regulator_count
588 * Initialize regulator_count, if regulator information isn't provided
590 * regulator_count to 1.
592 if (unlikely(opp_table->regulator_count == -1))
593 opp_table->regulator_count = 1;
595 if (count != opp_table->regulator_count &&
596 (!triplet || count != opp_table->regulator_count * 3)) {
598 __func__, prop_type, count, opp_table->regulator_count);
614 *triplet = count != opp_table->regulator_count;
633 * regulator_count may get initialized after that to a valid
637 opp_table->regulator_count > 0) {
671 * Initialize regulator_count if it is uninitialized and no properties
674 if (unlikely(opp_table->regulator_count == -1)) {
675 opp_table->regulator_count = 0;
679 for (i = 0, j = 0; i < opp_table->regulator_count; i++) {