Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mfd/
H A Dtps65217.h211 #define TPS65217_NUM_REGULATOR (TPS65217_NUM_DCDC + TPS65217_NUM_LDO) macro
244 struct regulator_init_data *tps65217_init_data[TPS65217_NUM_REGULATOR];
245 struct device_node *of_node[TPS65217_NUM_REGULATOR];
258 struct regulator_desc desc[TPS65217_NUM_REGULATOR];
/openbmc/linux/drivers/regulator/
H A Dtps65217-regulator.c224 TPS65217_NUM_REGULATOR, sizeof(u8), in tps65217_regulator_probe()
231 for (i = 0; i < TPS65217_NUM_REGULATOR; i++) { in tps65217_regulator_probe()