Searched refs:TWL6032_OF_MATCH (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
D | twl-regulator.c | 1034 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) macro 1063 TWL6032_OF_MATCH("ti,twl6032-ldo2", LDO2), 1064 TWL6032_OF_MATCH("ti,twl6032-ldo4", LDO4), 1065 TWL6032_OF_MATCH("ti,twl6032-ldo3", LDO3), 1066 TWL6032_OF_MATCH("ti,twl6032-ldo5", LDO5), 1067 TWL6032_OF_MATCH("ti,twl6032-ldo1", LDO1), 1068 TWL6032_OF_MATCH("ti,twl6032-ldo7", LDO7), 1069 TWL6032_OF_MATCH("ti,twl6032-ldo6", LDO6), 1070 TWL6032_OF_MATCH("ti,twl6032-ldoln", LDOLN), 1071 TWL6032_OF_MATCH("ti,twl6032-ldousb", LDOUSB),
|