Searched refs:pm860x (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | 88pm860x.txt | 4 - 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-onkey : : On key 22 88pm860x-rtc : : RTC [all …]
|
/linux-4.4.14/sound/soc/codecs/ |
D | 88pm860x-codec.c | 983 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_pcm_set_dai_fmt() local 993 if (pm860x->dir == PM860X_CLK_DIR_OUT) { in pm860x_pcm_set_dai_fmt() 999 if (pm860x->dir == PM860X_CLK_DIR_IN) { in pm860x_pcm_set_dai_fmt() 1023 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_set_dai_sysclk() local 1026 pm860x->dir = PM860X_CLK_DIR_OUT; in pm860x_set_dai_sysclk() 1088 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_i2s_set_dai_fmt() local 1096 if (pm860x->dir == PM860X_CLK_DIR_OUT) in pm860x_i2s_set_dai_fmt() 1102 if (pm860x->dir == PM860X_CLK_DIR_IN) in pm860x_i2s_set_dai_fmt() 1126 struct pm860x_priv *pm860x = snd_soc_codec_get_drvdata(codec); in pm860x_set_bias_level() local 1140 pm860x_reg_write(pm860x->i2c, REG_MISC2, data); in pm860x_set_bias_level() [all …]
|
D | Makefile | 1 snd-soc-88pm860x-objs := 88pm860x-codec.o 194 obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | pxa910-dkb.dts | 33 pmic: 88pm860x@34 { 34 compatible = "marvell,88pm860x"; 41 marvell,88pm860x-irq-read-clr; 42 marvell,88pm860x-slave-addr = <0x11>; 139 marvell,88pm860x-vrtc = <1>; 142 marvell,88pm860x-gpadc-prebias = <1>; 143 marvell,88pm860x-gpadc-slot-cycle = <1>; 144 marvell,88pm860x-tsi-prebias = <6>; 145 marvell,88pm860x-pen-prebias = <16>; 146 marvell,88pm860x-pen-prechg = <2>; [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/leds/backlight/ |
D | 88pm860x.txt | 1 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>;
|
D | max8925-backlight.txt | 1 88pm860x-backlight bindings
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | 88pm860x.txt | 4 - compatible: "marvell,88pm860x" 12 pmic: 88pm860x@34 { 13 compatible = "marvell,88pm860x";
|
/linux-4.4.14/drivers/mfd/ |
D | Makefile | 5 88pm860x-objs := 88pm860x-core.o 88pm860x-i2c.o 6 obj-$(CONFIG_MFD_88PM860X) += 88pm860x.o
|
/linux-4.4.14/drivers/leds/ |
D | Makefile | 9 obj-$(CONFIG_LEDS_88PM860X) += leds-88pm860x.o
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | Makefile | 10 obj-$(CONFIG_TOUCHSCREEN_88PM860X) += 88pm860x-ts.o
|
D | Kconfig | 28 module will be called 88pm860x-ts.
|
/linux-4.4.14/drivers/rtc/ |
D | Makefile | 24 obj-$(CONFIG_RTC_DRV_88PM860X) += rtc-88pm860x.o
|
D | Kconfig | 155 will be called rtc-88pm860x.
|