Searched refs:axp22x_regulators (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/regulator/
H A Daxp20x-regulator.c639 static const struct regulator_desc axp22x_regulators[] = { variable in typeref:struct:regulator_desc
1540 const char *dcdc1_name = axp22x_regulators[AXP22X_DCDC1].name;
1541 const char *dcdc5_name = axp22x_regulators[AXP22X_DCDC5].name;
1553 regulators = axp22x_regulators;
1625 if ((regulators == axp22x_regulators && i == AXP22X_DC1SW) ||
1639 if ((regulators == axp22x_regulators && i == AXP22X_DC5LDO) ||
1684 if ((regulators == axp22x_regulators && i == AXP22X_DCDC1) ||
1691 if ((regulators == axp22x_regulators && i == AXP22X_DCDC5) ||

Completed in 126 milliseconds