Home
last modified time | relevance | path

Searched refs:LTC3589_NUM_REGULATORS (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/regulator/
Dltc3589.c84 LTC3589_NUM_REGULATORS, enumerator
99 struct ltc3589_regulator regulator_descs[LTC3589_NUM_REGULATORS];
100 struct regulator_dev *regulators[LTC3589_NUM_REGULATORS];
230 static struct ltc3589_regulator ltc3589_regulators[LTC3589_NUM_REGULATORS] = {
242 static struct of_regulator_match ltc3589_matches[LTC3589_NUM_REGULATORS] = {
272 if (ret != LTC3589_NUM_REGULATORS) { in ltc3589_parse_regulators_dt()
421 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) in ltc3589_isr()
428 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) in ltc3589_isr()
502 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) { in ltc3589_probe()