Searched refs:supported_regulators (Results 1 – 2 of 2) sorted by relevance
192 const struct regulator_desc *supported_regulators; in max14577_regulator_probe() local 198 supported_regulators = max77836_supported_regulators; in max14577_regulator_probe() 203 supported_regulators = max14577_supported_regulators; in max14577_regulator_probe() 213 * Index of supported_regulators[] is also the id and must in max14577_regulator_probe() 221 supported_regulators[i].id); in max14577_regulator_probe() 224 &supported_regulators[i], &config); in max14577_regulator_probe() 229 i, supported_regulators[i].name, ret); in max14577_regulator_probe()
1586 static const struct spmi_regulator_mapping supported_regulators[] = { variable1715 for (i = 0; i < ARRAY_SIZE(supported_regulators); i++) { in spmi_regulator_match()1716 mapping = &supported_regulators[i]; in spmi_regulator_match()