Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dtps65217.h219 #define TPS65217_NUM_REGULATOR (TPS65217_NUM_DCDC + TPS65217_NUM_LDO) macro
252 struct regulator_init_data *tps65217_init_data[TPS65217_NUM_REGULATOR];
253 struct device_node *of_node[TPS65217_NUM_REGULATOR];
266 struct regulator_desc desc[TPS65217_NUM_REGULATOR];
/linux-4.19.296/drivers/regulator/
Dtps65217-regulator.c233 TPS65217_NUM_REGULATOR, sizeof(u8), in tps65217_regulator_probe()
240 for (i = 0; i < TPS65217_NUM_REGULATOR; i++) { in tps65217_regulator_probe()