Searched refs:TWL4030_OF_MATCH (Results 1 – 1 of 1) sorted by relevance
/drivers/regulator/ |
D | twl-regulator.c | 1032 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) macro 1039 TWL4030_OF_MATCH("ti,twl4030-vaux1", VAUX1), 1040 TWL4030_OF_MATCH("ti,twl4030-vaux2", VAUX2_4030), 1041 TWL4030_OF_MATCH("ti,twl5030-vaux2", VAUX2), 1042 TWL4030_OF_MATCH("ti,twl4030-vaux3", VAUX3), 1043 TWL4030_OF_MATCH("ti,twl4030-vaux4", VAUX4), 1044 TWL4030_OF_MATCH("ti,twl4030-vmmc1", VMMC1), 1045 TWL4030_OF_MATCH("ti,twl4030-vmmc2", VMMC2), 1046 TWL4030_OF_MATCH("ti,twl4030-vpll1", VPLL1), 1047 TWL4030_OF_MATCH("ti,twl4030-vpll2", VPLL2), [all …]
|