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

/linux-master/drivers/regulator/
H A Daxp20x-regulator.c633 static const struct regulator_desc axp22x_regulators[] = { variable in typeref:struct:regulator_desc
1460 const char *dcdc1_name = axp22x_regulators[AXP22X_DCDC1].name;
1461 const char *dcdc5_name = axp22x_regulators[AXP22X_DCDC5].name;
1473 regulators = axp22x_regulators;
1541 if ((regulators == axp22x_regulators && i == AXP22X_DC1SW) ||
1555 if ((regulators == axp22x_regulators && i == AXP22X_DC5LDO) ||
1600 if ((regulators == axp22x_regulators && i == AXP22X_DCDC1) ||
1607 if ((regulators == axp22x_regulators && i == AXP22X_DCDC5) ||

Completed in 91 milliseconds