Home
last modified time | relevance | path

Searched refs:tse850 (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/atmel/
H A Dtse850-pcm5142.c65 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_get_mux1() local
67 ucontrol->value.enumerated.item[0] = tse850->loop1_cache; in tse850_get_mux1()
77 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_put_mux1() local
84 gpiod_set_value_cansleep(tse850->loop1, val); in tse850_put_mux1()
85 tse850->loop1_cache = val; in tse850_put_mux1()
95 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_get_mux2() local
97 ucontrol->value.enumerated.item[0] = tse850->loop2_cache; in tse850_get_mux2()
107 struct tse850_priv *tse850 = snd_soc_card_get_drvdata(card); in tse850_put_mux2() local
114 gpiod_set_value_cansleep(tse850->loop2, val); in tse850_put_mux2()
115 tse850->loop2_cache = val; in tse850_put_mux2()
[all …]
H A DMakefile31 snd-atmel-soc-tse850-pcm5142-objs := tse850-pcm5142.o
39 obj-$(CONFIG_SND_ATMEL_SOC_TSE850_PCM5142) += snd-atmel-soc-tse850-pcm5142.o
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dat91-tse850-3.dts3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board
49 compatible = "axentia,tse850-pcm5142";
70 compatible = "axentia,tse850-envelope-detector";
237 tse850 {
H A DMakefile65 at91-tse850-3.dtb \
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Denvelope-detector.txt21 - compatible: Should be "axentia,tse850-envelope-detector"
47 compatible = "axentia,tse850-envelope-detector";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Daxentia,tse850-pcm5142.txt4 - compatible: "axentia,tse850-pcm5142"
82 compatible = "axentia,tse850-pcm5142";
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS3041 F: arch/arm/boot/dts/at91-tse850-3.dts
3048 F: sound/soc/atmel/tse850-pcm5142.c