/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | axentia,tse850-pcm5142.txt | 1 Devicetree bindings for the Axentia TSE-850 audio complex 4 - compatible: "axentia,tse850-pcm5142" 5 - axentia,cpu-dai: The phandle of the cpu dai. 6 - axentia,audio-codec: The phandle of the PCM5142 codec. 7 - axentia,add-gpios: gpio specifier that controls the mixer. 8 - axentia,loop1-gpios: gpio specifier that controls loop relays on channel 1. 9 - axentia,loop2-gpios: gpio specifier that controls loop relays on channel 2. 10 - axentia,ana-supply: Regulator that supplies the output amplifier. Must 82 compatible = "axentia,tse850-pcm5142"; 84 axentia,cpu-dai = <&ssc0>; [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | axentia.txt | 1 Device tree bindings for Axentia ARM devices 8 compatible = "axentia,linea", 17 compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea", 19 and following the rules from above for the axentia,linea CPU module. 26 compatible = "axentia,tse850v3", "axentia,linea", 28 and following the rules from above for the axentia,linea CPU module.
|
D | atmel-at91.yaml | 55 - const: axentia,nattis-2 56 - const: axentia,natte-2 57 - const: axentia,linea 64 - const: axentia,tse850v3 65 - const: axentia,linea 71 - const: axentia,linea
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | at91-tse850-3.dts | 3 * at91-tse850-3.dts - Device Tree file for the Axentia TSE-850 3.0 board 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 14 model = "Axentia TSE-850 3.0"; 15 compatible = "axentia,tse850v3", "axentia,linea", 49 compatible = "axentia,tse850-pcm5142"; 51 axentia,cpu-dai = <&ssc0>; 52 axentia,audio-codec = <&pcm5142>; 54 axentia,add-gpios = <&pioA 8 GPIO_ACTIVE_LOW>; 55 axentia,loop1-gpios = <&pioA 10 GPIO_ACTIVE_LOW>; [all …]
|
D | at91-linea.dtsi | 3 * at91-linea.dtsi - Device Tree Include file for the Axentia Linea Module. 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 13 compatible = "axentia,linea",
|
D | at91-nattis-2-natte-2.dts | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 15 model = "Axentia Linea-Nattis v2 Natte v2"; 16 compatible = "axentia,nattis-2", "axentia,natte-2", "axentia,linea",
|
/Linux-v5.4/sound/soc/atmel/ |
D | tse850-pcm5142.c | 3 // TSE-850 audio - ASoC driver for the Axentia TSE-850 with a PCM5142 codec 5 // Copyright (C) 2016 Axentia Technologies AB 7 // Author: Peter Rosin <peda@axentia.se> 334 cpu_np = of_parse_phandle(np, "axentia,cpu-dai", 0); in tse850_dt_init() 343 codec_np = of_parse_phandle(np, "axentia,audio-codec", 0); in tse850_dt_init() 373 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe() 381 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe() 389 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe() 397 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe() 435 { .compatible = "axentia,tse850-pcm5142", }, [all …]
|
D | Kconfig | 90 tristate "ASoC driver for the Axentia TSE-850" 97 Axentia TSE-850 with a PCM5142 codec.
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | sysfs-class-mux | 4 Contact: Peter Rosin <peda@axentia.se> 13 Contact: Peter Rosin <peda@axentia.se>
|
D | sysfs-bus-iio-adc-envelope-detector | 4 Contact: Peter Rosin <peda@axentia.se> 32 Contact: Peter Rosin <peda@axentia.se>
|
D | sysfs-bus-iio-dac-dpot-dac | 4 Contact: Peter Rosin <peda@axentia.se>
|
D | sysfs-bus-iio-potentiometer-mcp4531 | 4 Contact: Peter Rosin <peda@axentia.se>
|
/Linux-v5.4/drivers/mux/ |
D | gpio.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 106 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
D | adg792a.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 152 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/Linux-v5.4/include/linux/mux/ |
D | consumer.h | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se>
|
D | driver.h | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se>
|
/Linux-v5.4/drivers/i2c/muxes/ |
D | i2c-mux-gpmux.c | 5 * Copyright (C) 2017 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 169 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ |
D | envelope-detector.txt | 21 - compatible: Should be "axentia,tse850-envelope-detector" 47 compatible = "axentia,tse850-envelope-detector";
|
/Linux-v5.4/drivers/iio/potentiometer/ |
D | mcp4018.c | 4 * Copyright (c) 2018 Axentia Technologies AB 5 * Author: Peter Rosin <peda@axentia.se> 188 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/Linux-v5.4/sound/soc/codecs/ |
D | max9860.h | 5 * Author: Peter Rosin <peda@axentia.s> 6 * Copyright 2016 Axentia Technologies
|
D | tfa9879.c | 5 // Copyright (C) 2014 Axentia Technologies AB 6 // Author: Peter Rosin <peda@axentia.se> 322 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
D | tfa9879.h | 5 * Copyright (C) 2014 Axentia Technologies AB 6 * Author: Peter Rosin <peda@axentia.se>
|
/Linux-v5.4/drivers/iio/dac/ |
D | dpot-dac.c | 5 * Copyright (C) 2016 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 261 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/Linux-v5.4/drivers/iio/adc/ |
D | envelope-detector.c | 5 * Copyright (C) 2016 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 399 { .compatible = "axentia,tse850-envelope-detector", }, 414 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|
/Linux-v5.4/drivers/iio/afe/ |
D | iio-rescale.c | 5 * Copyright (C) 2018 Axentia Technologies AB 7 * Author: Peter Rosin <peda@axentia.se> 358 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");
|