Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dltc3589.c83 LTC3589_NUM_REGULATORS, enumerator
98 struct ltc3589_regulator regulator_descs[LTC3589_NUM_REGULATORS];
99 struct regulator_dev *regulators[LTC3589_NUM_REGULATORS];
229 static struct ltc3589_regulator ltc3589_regulators[LTC3589_NUM_REGULATORS] = {
241 static struct of_regulator_match ltc3589_matches[LTC3589_NUM_REGULATORS] = {
271 if (ret != LTC3589_NUM_REGULATORS) { in ltc3589_parse_regulators_dt()
420 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) in ltc3589_isr()
427 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) in ltc3589_isr()
497 for (i = 0; i < LTC3589_NUM_REGULATORS; i++) { in ltc3589_probe()