Lines Matching defs:regulators
91 * All regulators expect LDO 1, 3, 20 and 21 support OFF by PWRREQ.
156 * Will set the operating mode for the regulators during system suspend.
165 * the operating mode for the remaining regulators.
368 .regulators_node = of_match_ptr("regulators"), \
389 .regulators_node = of_match_ptr("regulators"), \
410 .regulators_node = of_match_ptr("regulators"), \
431 .regulators_node = of_match_ptr("regulators"), \
453 .regulators_node = of_match_ptr("regulators"), \
474 .regulators_node = of_match_ptr("regulators"), \
491 static const struct regulator_desc regulators[] = {
556 unsigned int id = regulators[i].id;
560 ret = regmap_read(iodev->regmap, regulators[i].enable_reg, &val);
582 ®ulators[i], &config);