Lines Matching defs:regulators
690 * setup the hardware based sleep configuration of the SMPS/LDO regulators
909 /* Miss out regulators which are not available due
913 /* Register the regulators */
1026 /* Miss out regulators which are not available due
1031 /* Register the regulators */
1132 * Miss out regulators which are not available due
1193 /* Register the regulators */
1300 * Miss out regulators which are not available due
1320 /* Register the regulators */
1471 struct device_node *regulators;
1475 regulators = of_get_child_by_name(node, "regulators");
1476 if (!regulators) {
1481 ret = of_regulator_match(dev, regulators, ddata->palmas_matches,
1483 of_node_put(regulators);