Searched refs:supported_regulators (Results 1 – 2 of 2) sorted by relevance
189 const struct regulator_desc *supported_regulators; in max14577_regulator_probe() local195 supported_regulators = max77836_supported_regulators; in max14577_regulator_probe()200 supported_regulators = max14577_supported_regulators; in max14577_regulator_probe()218 supported_regulators[i].id); in max14577_regulator_probe()221 &supported_regulators[i], &config); in max14577_regulator_probe()226 i, supported_regulators[i].name, ret); in max14577_regulator_probe()
1422 static const struct spmi_regulator_mapping supported_regulators[] = { variable1520 for (i = 0; i < ARRAY_SIZE(supported_regulators); i++) { in spmi_regulator_match()1521 mapping = &supported_regulators[i]; in spmi_regulator_match()