Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtwl6030-regulator.c641 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) macro
655 TWL6032_OF_MATCH("ti,twl6032-ldo2", LDO2),
656 TWL6032_OF_MATCH("ti,twl6032-ldo4", LDO4),
657 TWL6032_OF_MATCH("ti,twl6032-ldo3", LDO3),
658 TWL6032_OF_MATCH("ti,twl6032-ldo5", LDO5),
659 TWL6032_OF_MATCH("ti,twl6032-ldo1", LDO1),
660 TWL6032_OF_MATCH("ti,twl6032-ldo7", LDO7),
661 TWL6032_OF_MATCH("ti,twl6032-ldo6", LDO6),
662 TWL6032_OF_MATCH("ti,twl6032-ldoln", LDOLN),
663 TWL6032_OF_MATCH("ti,twl6032-ldousb", LDOUSB),
H A Dtwl-regulator.c548 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) macro