Home
last modified time | relevance | path

Searched refs:pm860x (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/mfd/
H A D88pm860x.txt4 - compatible : "marvell,88pm860x"
5 - reg : the I2C slave address for the 88pm860x chip
6 - interrupts : IRQ line for the 88pm860x chip
7 - interrupt-controller: describes the 88pm860x as an interrupt controller (has its own domain)
9 - The cell is the 88pm860x local IRQ number
12 - marvell,88pm860x-irq-read-clr: inicates whether interrupt status is cleared by read
13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
17 88pm860x consists of a large and varied group of sub-devices:
21 88pm860x
[all...]
/linux/sound/soc/codecs/
H A D88pm860x-codec.c3 * 88pm860x-codec.c -- 88PM860x ALSA SoC Audio Driver
13 #include <linux/mfd/88pm860x.h>
26 #include "88pm860x-codec.h"
965 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_pcm_set_dai_fmt() local
975 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt()
981 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt()
1005 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_set_dai_sysclk() local
1008 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk()
1070 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); in pm860x_i2s_set_dai_fmt() local
1078 if (pm860x in pm860x_i2s_set_dai_fmt()
1108 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_set_bias_level() local
1205 struct pm860x_priv *pm860x = data; pm860x_component_handler() local
1253 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_hs_jack_detect() local
1285 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_mic_jack_detect() local
1302 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_probe() local
1328 struct pm860x_priv *pm860x = snd_soc_component_get_drvdata(component); pm860x_remove() local
1353 struct pm860x_priv *pm860x; pm860x_codec_probe() local
[all...]
H A DMakefile2 snd-soc-88pm860x-y := 88pm860x-codec.o
426 obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
/linux/arch/arm/boot/dts/marvell/
H A Dpxa910-dkb.dts30 pmic: 88pm860x@34 {
31 compatible = "marvell,88pm860x";
38 marvell,88pm860x-irq-read-clr;
39 marvell,88pm860x-slave-addr = <0x11>;
136 marvell,88pm860x-vrtc = <1>;
139 marvell,88pm860x-gpadc-prebias = <1>;
140 marvell,88pm860x-gpadc-slot-cycle = <1>;
141 marvell,88pm860x-tsi-prebias = <6>;
142 marvell,88pm860x-pen-prebias = <16>;
143 marvell,88pm860x
[all...]
/linux/Documentation/devicetree/bindings/leds/backlight/
H A D88pm860x.txt1 88pm860x-backlight bindings
4 - marvell,88pm860x-iset: Current supplies on backlight device.
5 - marvell,88pm860x-pwm: PWM frequency on backlight device.
11 marvell,88pm860x-iset = <4>;
12 marvell,88pm860x-pwm = <3>;
/linux/Documentation/devicetree/bindings/regulator/
H A D88pm860x.txt4 - compatible: "marvell,88pm860x"
12 pmic: 88pm860x@34 {
13 compatible = "marvell,88pm860x";
/linux/drivers/leds/
H A DMakefile12 obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
/linux/drivers/rtc/
H A DMakefile23 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
H A DKconfig173 will be called rtc-88pm860x.