Lines Matching refs:regulator_count
625 * Initialize regulator_count, if regulator information isn't provided
627 * regulator_count to 1.
629 if (unlikely(opp_table->regulator_count == -1))
630 opp_table->regulator_count = 1;
632 if (count != opp_table->regulator_count &&
633 (!triplet || count != opp_table->regulator_count * 3)) {
635 __func__, prop_type, count, opp_table->regulator_count);
651 *triplet = count != opp_table->regulator_count;
670 * regulator_count may get initialized after that to a valid
674 opp_table->regulator_count > 0) {
708 * Initialize regulator_count if it is uninitialized and no properties
711 if (unlikely(opp_table->regulator_count == -1)) {
712 opp_table->regulator_count = 0;
716 for (i = 0, j = 0; i < opp_table->regulator_count; i++) {