Home
last modified time | relevance | path

Searched refs:twl4030 (Results 1 – 52 of 52) sorted by relevance

/linux-4.4.14/arch/arm/boot/dts/
Dtwl4030.dtsi13 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 …]
Domap3-cm-t3x30.dtsi15 compatible = "ti,omap-twl4030";
72 compatible = "ti,twl4030-audio";
79 #include "twl4030.dtsi"
Domap3-evm-common.dtsi46 #include "twl4030.dtsi"
56 compatible = "ti,twl4030-power-omap3-evm", "ti,twl4030-power-idle";
Dtwl4030_omap3.dtsi16 * 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
Domap3-beagle-xm.dts59 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"
Dlogicpd-torpedo-som.dtsi151 #include "twl4030.dtsi"
156 compatible = "ti,twl4030-power-idle-osc-off", "ti,twl4030-power-idle";
Domap3-igep.dtsi22 compatible = "ti,omap-twl4030";
156 compatible = "ti,twl4030-audio";
163 #include "twl4030.dtsi"
Domap3-overo-base.dtsi26 compatible = "ti,omap-twl4030";
160 compatible = "ti,twl4030-audio";
167 #include "twl4030.dtsi"
Domap3-ldp.dts166 compatible = "ti,twl4030-power-idle";
172 #include "twl4030.dtsi"
188 /* tps61130rsa enabled by twl4030 regen */
Domap3-n950-n9.dtsi59 /include/ "twl4030.dtsi"
65 compatible = "ti,twl4030-power";
Domap3-gta04.dtsi45 compatible = "ti,omap-twl4030";
269 compatible = "ti,twl4030-audio";
277 compatible = "ti,twl4030-power";
283 #include "twl4030.dtsi"
Domap3-tao3530.dtsi52 compatible = "ti,omap-twl4030";
182 compatible = "ti,twl4030-audio";
220 #include "twl4030.dtsi"
Domap3-devkit8000-common.dtsi49 compatible = "ti,omap-twl4030";
132 compatible = "ti,twl4030-audio";
147 #include "twl4030.dtsi"
Domap3-beagle.dts70 compatible = "ti,omap-twl4030";
270 compatible = "ti,twl4030-audio";
277 #include "twl4030.dtsi"
Domap2430-sdp.dts31 #include "twl4030.dtsi"
Domap3-lilly-a83x.dtsi37 compatible = "ti,omap-twl4030";
225 compatible = "ti,twl4030-audio";
232 #include "twl4030.dtsi"
Dtwl6030.dtsi19 compatible = "ti,twl4030-rtc";
Domap3-pandora-common.dtsi360 compatible = "ti,twl4030-power-reset";
365 compatible = "ti,twl4030-audio";
374 #include "twl4030.dtsi"
656 /* to twl4030*/
Domap3-n900.dts324 #include "twl4030.dtsi"
412 compatible = "ti,twl4030-audio";
417 compatible = "ti,twl4030-power-n900", "ti,twl4030-power-idle-osc-off";
Domap3430-sdp.dts31 #include "twl4030.dtsi"
Domap3-zoom3.dts153 #include "twl4030.dtsi"
Domap3-lilly-dbb056.dts20 compatible = "ti,twl4030-vaux2";
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dtwl-regulator.txt35 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.4.14/sound/soc/codecs/
Dtwl4030.c78 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 …]
DMakefile128 snd-soc-twl4030-objs := twl4030.o
320 obj-$(CONFIG_SND_SOC_TWL4030) += snd-soc-twl4030.o
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dtwl4030-power.txt1 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";
Dtwl4030-audio.txt1 Texas Instruments TWL family (twl4030) audio module
7 - compatible : must be "ti,twl4030-audio"
36 compatible = "ti,twl4030-audio";
Dtwl-familly.txt10 - compatible : Must be "ti,twl4030";
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dtwl4030-pwrbutton.txt1 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";
Dtwl4030-keypad.txt16 - "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.4.14/Documentation/devicetree/bindings/watchdog/
Dtwl4030-wdt.txt1 Device tree bindings for twl4030-wdt driver (TWL4030 watchdog)
4 compatible = "ti,twl4030-wdt";
9 compatible = "ti,twl4030-wdt";
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dtwl-rtc.txt3 The TWL family (twl4030/6030) contains a RTC.
6 - compatible : Should be twl4030-rtc
11 compatible = "ti,twl4030-rtc";
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Domap-twl4030.txt1 * 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.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-twl4030.txt1 twl4030 GPIO controller bindings
5 - "ti,twl4030-gpio" for twl4030 GPIO controller
23 compatible = "ti,twl4030-gpio";
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt24 - compatible : Should be "ti,twl4030-usb"
33 If a sibling node is compatible "ti,twl4030-bci", then it will find
36 twl4030-usb {
37 compatible = "ti,twl4030-usb";
/linux-4.4.14/Documentation/devicetree/bindings/power/
Dtwl-charger.txt10 "ti,twl4030-usb", then that is used to determine when and how
15 - "ti,twl4030-bci"
26 compatible = "ti,twl4030-bci";
/linux-4.4.14/sound/soc/omap/
DMakefile21 snd-soc-omap-twl4030-objs := omap-twl4030.o
30 obj-$(CONFIG_SND_OMAP_SOC_OMAP_TWL4030) += snd-soc-omap-twl4030.o
DKconfig87 tristate "SoC Audio support for TI SoC based boards with twl4030 codec"
93 using twl4030 as c codec. This driver currently supports:
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/
Dtwl4030-madc.txt7 - compatible: Should contain "ti,twl4030-madc".
20 compatible = "ti,twl4030-madc";
/linux-4.4.14/Documentation/hwmon/
Dtwl4030-madc-hwmon1 Kernel driver twl4030-madc
6 Prefix: 'twl4030-madc'
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-platform-twl4030-usb1 What: /sys/bus/platform/devices/*twl4030-usb/vbus
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dti,twl-pwm.txt8 - compatible: "ti,twl4030-pwm" or "ti,twl6030-pwm"
Dti,twl-pwmled.txt8 - compatible: "ti,twl4030-pwmled" or "ti,twl6030-pwmled"
/linux-4.4.14/drivers/input/misc/
DMakefile69 obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o
70 obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o
/linux-4.4.14/drivers/iio/adc/
DMakefile36 obj-$(CONFIG_TWL4030_MADC) += twl4030-madc.o
DKconfig356 called twl4030-madc.
/linux-4.4.14/drivers/mfd/
DMakefile79 obj-$(CONFIG_TWL4030_CORE) += twl-core.o twl4030-irq.o twl6030-irq.o
80 obj-$(CONFIG_TWL4030_POWER) += twl4030-power.o
81 obj-$(CONFIG_MFD_TWL4030_AUDIO) += twl4030-audio.o
/linux-4.4.14/drivers/phy/
DMakefile23 obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o
/linux-4.4.14/drivers/gpio/
DMakefile102 obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o
/linux-4.4.14/drivers/hwmon/
DMakefile152 obj-$(CONFIG_SENSORS_TWL4030_MADC)+= twl4030-madc-hwmon.o
DKconfig1557 twl4030-madc-hwmon.
/linux-4.4.14/
DMAINTAINERS7663 F: drivers/mfd/twl4030*.c
10722 F: sound/soc/codecs/twl4030*