Searched refs:supported_regulators (Results 1 – 2 of 2) sorted by relevance
241 const struct regulator_desc *supported_regulators; in max14577_regulator_probe() local247 supported_regulators = max77836_supported_regulators; in max14577_regulator_probe()252 supported_regulators = max14577_supported_regulators; in max14577_regulator_probe()273 supported_regulators[i].id); in max14577_regulator_probe()276 &supported_regulators[i], &config); in max14577_regulator_probe()281 i, supported_regulators[i].name, ret); in max14577_regulator_probe()
1270 static const struct spmi_regulator_mapping supported_regulators[] = { variable1366 for (i = 0; i < ARRAY_SIZE(supported_regulators); i++) { in spmi_regulator_match()1367 mapping = &supported_regulators[i]; in spmi_regulator_match()