Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps6524x-regulator.c111 #define N_REGULATORS (N_DCDC + N_LDO + N_SWITCH) macro
139 struct regulator_desc desc[N_REGULATORS];
374 static const struct supply_info supply_info[N_REGULATORS] = {
606 for (i = 0; i < N_REGULATORS; i++, info++, init_data++) { in pmic_probe()