Searched refs:tps65218_pmic_regs (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
D | tps65218-regulator.c | 75 static struct tps_info tps65218_pmic_regs[] = { variable 92 TPS65218_OF_MATCH("ti,tps65218-dcdc1", tps65218_pmic_regs[DCDC1]), 93 TPS65218_OF_MATCH("ti,tps65218-dcdc2", tps65218_pmic_regs[DCDC2]), 94 TPS65218_OF_MATCH("ti,tps65218-dcdc3", tps65218_pmic_regs[DCDC3]), 95 TPS65218_OF_MATCH("ti,tps65218-dcdc4", tps65218_pmic_regs[DCDC4]), 96 TPS65218_OF_MATCH("ti,tps65218-dcdc5", tps65218_pmic_regs[DCDC5]), 97 TPS65218_OF_MATCH("ti,tps65218-dcdc6", tps65218_pmic_regs[DCDC6]), 98 TPS65218_OF_MATCH("ti,tps65218-ldo1", tps65218_pmic_regs[LDO1]), 239 tps->info[id] = &tps65218_pmic_regs[id]; in tps65218_regulator_probe()
|