Lines Matching full:regulators
174 .regulators_node = of_match_ptr("regulators"), \
193 .regulators_node = of_match_ptr("regulators"), \
212 .regulators_node = of_match_ptr("regulators"), \
229 .regulators_node = of_match_ptr("regulators"), \
248 .regulators_node = of_match_ptr("regulators"), \
265 .regulators_node = of_match_ptr("regulators"), \
278 .regulators_node = of_match_ptr("regulators"), \
340 .regulators_node = of_match_ptr("regulators"), \
359 .regulators_node = of_match_ptr("regulators"), \
378 .regulators_node = of_match_ptr("regulators"), \
397 .regulators_node = of_match_ptr("regulators"), \
418 .regulators_node = of_match_ptr("regulators"), \
440 .regulators_node = of_match_ptr("regulators"), \
478 const struct regulator_desc *regulators; in atc260x_regulator_probe() local
491 regulators = atc2603c_reg; in atc260x_regulator_probe()
497 regulators = atc2609a_reg; in atc260x_regulator_probe()
509 /* Instantiate the regulators */ in atc260x_regulator_probe()
511 if (atc2603c_ver_b && regulators[i].id == ATC2603C_ID_DCDC2) in atc260x_regulator_probe()
517 ®ulators[i], in atc260x_regulator_probe()