/linux-4.1.27/arch/arm/boot/dts/ |
D | twl4030.dtsi | 13 compatible = "ti,twl4030"; 18 compatible = "ti,twl4030-rtc"; 23 compatible = "ti,twl4030-bci"; 29 compatible = "ti,twl4030-wdt"; 33 compatible = "ti,twl4030-vaux1"; 37 compatible = "ti,twl4030-vaux2"; 41 compatible = "ti,twl4030-vaux3"; 45 compatible = "ti,twl4030-vaux4"; 49 compatible = "ti,twl4030-vdd1"; 55 compatible = "ti,twl4030-vdac"; [all …]
|
D | omap3-cm-t3x30.dtsi | 15 compatible = "ti,omap-twl4030"; 72 compatible = "ti,twl4030-audio"; 79 #include "twl4030.dtsi"
|
D | omap3-evm-common.dtsi | 46 #include "twl4030.dtsi" 56 compatible = "ti,twl4030-power-omap3-evm", "ti,twl4030-power-idle";
|
D | omap3-devkit8000.dts | 47 compatible = "ti,omap-twl4030"; 67 compatible = "ti,twl4030-audio"; 82 #include "twl4030.dtsi"
|
D | twl4030_omap3.dtsi | 16 * On most OMAP3 platforms, the twl4030 IRQ line is connected 28 * If your board is not using the I2C4 pins with twl4030, then don't include
|
D | omap3-beagle-xm.dts | 59 compatible = "ti,omap-twl4030"; 276 compatible = "ti,twl4030-audio"; 282 compatible = "ti,twl4030-power-beagleboard-xm", "ti,twl4030-power-idle-osc-off"; 288 #include "twl4030.dtsi"
|
D | omap3-igep.dtsi | 22 compatible = "ti,omap-twl4030"; 162 compatible = "ti,twl4030-audio"; 169 #include "twl4030.dtsi"
|
D | omap3-overo-base.dtsi | 26 compatible = "ti,omap-twl4030"; 160 compatible = "ti,twl4030-audio"; 167 #include "twl4030.dtsi"
|
D | omap3-ldp.dts | 166 compatible = "ti,twl4030-power-idle"; 172 #include "twl4030.dtsi" 188 /* tps61130rsa enabled by twl4030 regen */
|
D | omap3-n950-n9.dtsi | 59 /include/ "twl4030.dtsi" 65 compatible = "ti,twl4030-power";
|
D | omap3-gta04.dtsi | 45 compatible = "ti,omap-twl4030"; 241 compatible = "ti,twl4030-audio"; 249 compatible = "ti,twl4030-power"; 255 #include "twl4030.dtsi"
|
D | omap3-tao3530.dtsi | 52 compatible = "ti,omap-twl4030"; 182 compatible = "ti,twl4030-audio"; 220 #include "twl4030.dtsi"
|
D | omap3-beagle.dts | 70 compatible = "ti,omap-twl4030"; 270 compatible = "ti,twl4030-audio"; 277 #include "twl4030.dtsi"
|
D | omap3-pandora-common.dtsi | 328 compatible = "ti,twl4030-power-reset"; 333 compatible = "ti,twl4030-audio"; 342 #include "twl4030.dtsi" 610 /* to twl4030*/
|
D | omap2430-sdp.dts | 31 #include "twl4030.dtsi"
|
D | omap3-lilly-a83x.dtsi | 37 compatible = "ti,omap-twl4030"; 225 compatible = "ti,twl4030-audio"; 232 #include "twl4030.dtsi"
|
D | twl6030.dtsi | 19 compatible = "ti,twl4030-rtc";
|
D | omap3-n900.dts | 324 #include "twl4030.dtsi" 412 compatible = "ti,twl4030-audio"; 417 compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
|
D | omap3430-sdp.dts | 31 #include "twl4030.dtsi"
|
D | omap3-zoom3.dts | 153 #include "twl4030.dtsi"
|
D | omap3-lilly-dbb056.dts | 20 compatible = "ti,twl4030-vaux2";
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | twl-regulator.txt | 35 For twl4030 regulators/LDOs 37 - "ti,twl4030-vaux1" for VAUX1 LDO 38 - "ti,twl4030-vaux2" for VAUX2 LDO 40 - "ti,twl4030-vaux3" for VAUX3 LDO 41 - "ti,twl4030-vaux4" for VAUX4 LDO 42 - "ti,twl4030-vmmc1" for VMMC1 LDO 43 - "ti,twl4030-vmmc2" for VMMC2 LDO 44 - "ti,twl4030-vpll1" for VPLL1 LDO 45 - "ti,twl4030-vpll2" for VPLL2 LDO 46 - "ti,twl4030-vsim" for VSIM LDO [all …]
|
/linux-4.1.27/sound/soc/codecs/ |
D | twl4030.c | 78 static void tw4030_init_ctl_cache(struct twl4030_priv *twl4030) in tw4030_init_ctl_cache() argument 85 twl4030->ctl_cache[i - TWL4030_REG_EAR_CTL] = byte; in tw4030_init_ctl_cache() 91 struct twl4030_priv *twl4030 = snd_soc_codec_get_drvdata(codec); in twl4030_read() local 104 value = twl4030->ctl_cache[reg - TWL4030_REG_EAR_CTL]; in twl4030_read() 114 static bool twl4030_can_write_to_chip(struct twl4030_priv *twl4030, in twl4030_can_write_to_chip() argument 122 if (twl4030->earpiece_enabled) in twl4030_can_write_to_chip() 126 if (twl4030->predrivel_enabled) in twl4030_can_write_to_chip() 130 if (twl4030->predriver_enabled) in twl4030_can_write_to_chip() 134 if (twl4030->carkitl_enabled) in twl4030_can_write_to_chip() 138 if (twl4030->carkitr_enabled) in twl4030_can_write_to_chip() [all …]
|
D | Makefile | 119 snd-soc-twl4030-objs := twl4030.o 301 obj-$(CONFIG_SND_SOC_TWL4030) += snd-soc-twl4030.o
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | twl4030-power.txt | 1 Texas Instruments TWL family (twl4030) reset and power management module 9 "ti,twl4030-power" 10 "ti,twl4030-power-reset" 11 "ti,twl4030-power-idle" 12 "ti,twl4030-power-idle-osc-off" 14 The use of ti,twl4030-power-reset is recommended at least on 17 When using ti,twl4030-power-idle, the TI recommended configuration 20 When using ti,twl4030-power-idle-osc-off, the TI recommended 44 compatible = "ti,twl4030-power";
|
D | twl4030-audio.txt | 1 Texas Instruments TWL family (twl4030) audio module 7 - compatible : must be "ti,twl4030-audio" 36 compatible = "ti,twl4030-audio";
|
D | twl-familly.txt | 10 - compatible : Must be "ti,twl4030";
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | twl4030-pwrbutton.txt | 1 Texas Instruments TWL family (twl4030) pwrbutton module 10 - "ti,twl4030-pwrbutton": For controllers compatible with twl4030 12 - <8>: For controllers compatible with twl4030 18 compatible = "ti,twl4030-pwrbutton";
|
D | twl4030-keypad.txt | 16 - "ti,twl4030-keypad": For controllers compatible with twl4030 keypad 19 - <1>: For controllers compatible with twl4030 keypad controller. 23 compatible = "ti,twl4030-keypad";
|
/linux-4.1.27/Documentation/devicetree/bindings/watchdog/ |
D | twl4030-wdt.txt | 1 Device tree bindings for twl4030-wdt driver (TWL4030 watchdog) 4 compatible = "ti,twl4030-wdt"; 9 compatible = "ti,twl4030-wdt";
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | twl-rtc.txt | 3 The TWL family (twl4030/6030) contains a RTC. 6 - compatible : Should be twl4030-rtc 11 compatible = "ti,twl4030-rtc";
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | omap-twl4030.txt | 1 * Texas Instruments SoC with twl4030 based audio setups 4 - compatible: "ti,omap-twl4030" 9 - ti,codec: phandle for the twl4030 audio node 32 twl4030 pins: 58 compatible = "ti,omap-twl4030";
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-twl4030.txt | 1 twl4030 GPIO controller bindings 5 - "ti,twl4030-gpio" for twl4030 GPIO controller 23 compatible = "ti,twl4030-gpio";
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | twl-charger.txt | 5 - "ti,twl4030-bci" 16 compatible = "ti,twl4030-bci";
|
/linux-4.1.27/sound/soc/omap/ |
D | Makefile | 21 snd-soc-omap-twl4030-objs := omap-twl4030.o 30 obj-$(CONFIG_SND_OMAP_SOC_OMAP_TWL4030) += snd-soc-omap-twl4030.o
|
D | Kconfig | 87 tristate "SoC Audio support for TI SoC based boards with twl4030 codec" 93 using twl4030 as c codec. This driver currently supports:
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | twlxxxx-usb.txt | 24 - compatible : Should be "ti,twl4030-usb" 33 twl4030-usb { 34 compatible = "ti,twl4030-usb";
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/adc/ |
D | twl4030-madc.txt | 7 - compatible: Should contain "ti,twl4030-madc". 20 compatible = "ti,twl4030-madc";
|
/linux-4.1.27/Documentation/hwmon/ |
D | twl4030-madc-hwmon | 1 Kernel driver twl4030-madc 6 Prefix: 'twl4030-madc'
|
/linux-4.1.27/drivers/input/misc/ |
D | Makefile | 68 obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o 69 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o
|
/linux-4.1.27/Documentation/devicetree/bindings/pwm/ |
D | ti,twl-pwm.txt | 8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
|
D | ti,twl-pwmled.txt | 8 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
|
/linux-4.1.27/drivers/mfd/ |
D | Makefile | 76 obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o 77 obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o 78 obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o
|
/linux-4.1.27/drivers/iio/adc/ |
D | Makefile | 34 obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o
|
D | Kconfig | 313 called twl4030-madc.
|
/linux-4.1.27/drivers/phy/ |
D | Makefile | 20 obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o
|
/linux-4.1.27/drivers/gpio/ |
D | Makefile | 97 obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o
|
/linux-4.1.27/drivers/hwmon/ |
D | Makefile | 148 obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o
|
D | Kconfig | 1515 twl4030-madc-hwmon.
|
/linux-4.1.27/ |
D | MAINTAINERS | 7054 F: drivers/mfd/twl4030*.c 9933 F: sound/soc/codecs/twl4030*
|