Searched refs:supported_regulators (Results 1 – 2 of 2) sorted by relevance
251 const struct regulator_desc *supported_regulators; in max14577_regulator_probe() local257 supported_regulators = max77836_supported_regulators; in max14577_regulator_probe()262 supported_regulators = max14577_supported_regulators; in max14577_regulator_probe()283 supported_regulators[i].id); in max14577_regulator_probe()286 &supported_regulators[i], &config); in max14577_regulator_probe()291 i, supported_regulators[i].name, ret); in max14577_regulator_probe()
1124 static const struct spmi_regulator_mapping supported_regulators[] = { variable1219 for (i = 0; i < ARRAY_SIZE(supported_regulators); i++) { in spmi_regulator_match()1220 mapping = &supported_regulators[i]; in spmi_regulator_match()