Searched full:twl6032 (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | ti,twl.yaml | 117 const: ti,twl6032 124 - ti,twl6032-ldo1 125 - ti,twl6032-ldo2 126 - ti,twl6032-ldo3 127 - ti,twl6032-ldo4 128 - ti,twl6032-ldo5 129 - ti,twl6032-ldo6 130 - ti,twl6032-ldo7 131 - ti,twl6032-ldoln 132 - ti,twl6032-ldousb [all …]
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap4-epson-embt2ws.dts | 81 compatible = "ti,twl6032"; 96 compatible = "ti,twl6032-ldo2"; 102 compatible = "ti,twl6032-ldo4"; 108 compatible = "ti,twl6032-ldo3"; 114 compatible = "ti,twl6032-ldo5"; 121 compatible = "ti,twl6032-ldo1"; 127 compatible = "ti,twl6032-ldo7"; 133 compatible = "ti,twl6032-ldoln"; 138 compatible = "ti,twl6032-ldo6"; 143 compatible = "ti,twl6032-ldousb"; [all …]
|
/linux-6.12.1/drivers/regulator/ |
D | twl6030-regulator.c | 79 /* twl6032 SMPS EPROM values */ 641 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) 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), [all …]
|
D | twl-regulator.c | 548 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label)
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ |
D | ti,twl6030-gpadc.yaml | 15 19-input analog muliplexer in the TWL6032. 21 - ti,twl6032-gpadc
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | twlxxxx-usb.txt | 11 if it is twl6030 or ldousb if it is twl6032 subclass.
|
/linux-6.12.1/drivers/clk/ |
D | clk-twl.c | 179 .name = "twl6032-clk",
|
D | Kconfig | 294 controlled by software. For now, only the TWL6032 clocks are
|
/linux-6.12.1/drivers/mfd/ |
D | twl-core.c | 364 /* TWL6032 specific charger registers */ 715 { .name = "twl6032-clk" }, 928 { "twl6032", TWL6030_CLASS | TWL6032_SUBCLASS }, /* "Phoenix lite" */
|
D | twl6030-irq.c | 361 {.compatible = "ti,twl6032", &twl6032_interrupt_mapping},
|
/linux-6.12.1/drivers/iio/adc/ |
D | twl6030-gpadc.c | 30 * twl6030 per TRM has 17 channels, and twl6032 has 19 channels 871 .compatible = "ti,twl6032-gpadc",
|
D | Kconfig | 1585 Say yes here if you want support for the TWL6030/TWL6032 General
|
/linux-6.12.1/include/linux/mfd/ |
D | twl.h | 706 #define TWL6032_SUBCLASS BIT(4) /* TWL6032 has changed registers */
|