Searched refs:TPS65912_REGULATOR (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/regulator/ |
D | tps65912-regulator.c | 30 #define TPS65912_REGULATOR(_name, _id, _of_match, _ops, _vr, _er, _lr) \ macro 81 TPS65912_REGULATOR("DCDC1", DCDC1, "dcdc1", tps65912_ops_dcdc, 84 TPS65912_REGULATOR("DCDC2", DCDC2, "dcdc2", tps65912_ops_dcdc, 87 TPS65912_REGULATOR("DCDC3", DCDC3, "dcdc3", tps65912_ops_dcdc, 90 TPS65912_REGULATOR("DCDC4", DCDC4, "dcdc4", tps65912_ops_dcdc, 93 TPS65912_REGULATOR("LDO1", LDO1, "ldo1", tps65912_ops_ldo, 96 TPS65912_REGULATOR("LDO2", LDO2, "ldo2", tps65912_ops_ldo, 99 TPS65912_REGULATOR("LDO3", LDO3, "ldo3", tps65912_ops_ldo, 102 TPS65912_REGULATOR("LDO4", LDO4, "ldo4", tps65912_ops_ldo, 105 TPS65912_REGULATOR("LDO5", LDO5, "ldo5", tps65912_ops_ldo, [all …]
|