Lines Matching full:regulators
175 .regulators_node = of_match_ptr("regulators"), \
194 .regulators_node = of_match_ptr("regulators"), \
213 .regulators_node = of_match_ptr("regulators"), \
230 .regulators_node = of_match_ptr("regulators"), \
249 .regulators_node = of_match_ptr("regulators"), \
266 .regulators_node = of_match_ptr("regulators"), \
279 .regulators_node = of_match_ptr("regulators"), \
342 .regulators_node = of_match_ptr("regulators"), \
361 .regulators_node = of_match_ptr("regulators"), \
380 .regulators_node = of_match_ptr("regulators"), \
399 .regulators_node = of_match_ptr("regulators"), \
420 .regulators_node = of_match_ptr("regulators"), \
442 .regulators_node = of_match_ptr("regulators"), \
480 const struct regulator_desc *regulators; in atc260x_regulator_probe() local
493 regulators = atc2603c_reg; in atc260x_regulator_probe()
499 regulators = atc2609a_reg; in atc260x_regulator_probe()
511 /* Instantiate the regulators */ in atc260x_regulator_probe()
513 if (atc2603c_ver_b && regulators[i].id == ATC2603C_ID_DCDC2) in atc260x_regulator_probe()
519 ®ulators[i], in atc260x_regulator_probe()