Searched +full:pxs2 +full:- +full:aio (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/sound/soc/uniphier/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 snd-soc-uniphier-aio-cpu-y := aio-core.o aio-dma.o aio-cpu.o aio-compress.o 3 snd-soc-uniphier-aio-ld11-y := aio-ld11.o 4 snd-soc-uniphier-aio-pxs2-y := aio-pxs2.o 6 obj-$(CONFIG_SND_SOC_UNIPHIER_AIO) += snd-soc-uniphier-aio-cpu.o 7 obj-$(CONFIG_SND_SOC_UNIPHIER_LD11) += snd-soc-uniphier-aio-ld11.o 8 obj-$(CONFIG_SND_SOC_UNIPHIER_PXS2) += snd-soc-uniphier-aio-pxs2.o 10 snd-soc-uniphier-evea-y := evea.o 11 obj-$(CONFIG_SND_SOC_UNIPHIER_EVEA_CODEC) += snd-soc-uniphier-evea.o
|
D | aio-pxs2.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // Socionext UniPhier AIO ALSA driver for PXs2. 9 #include "aio.h" 246 .compatible = "socionext,uniphier-pxs2-aio", 255 .name = "snd-uniphier-aio-pxs2", 264 MODULE_DESCRIPTION("UniPhier PXs2 AIO driver.");
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 12 tristate "UniPhier AIO DAI Driver" 18 'AIO' Audio Input/Output subsystem. 33 tristate "UniPhier PXs2 Device Driver" 37 This adds ASoC driver for Socionext UniPhier PXs2
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | socionext,uniphier-aio.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/sound/socionext,uniphier-aio.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier AIO audio system 10 - <alsa-devel@alsa-project.org> 13 - $ref: dai-common.yaml# 18 - socionext,uniphier-ld11-aio 19 - socionext,uniphier-ld20-aio 20 - socionext,uniphier-pxs2-aio [all …]
|
/linux-6.12.1/arch/arm/boot/dts/socionext/ |
D | uniphier-pxs2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier PXs2 SoC 5 // Copyright (C) 2015-2016 Socionext Inc. 8 #include <dt-bindings/gpio/uniphier-gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 10 #include <dt-bindings/thermal/thermal.h> 13 compatible = "socionext,uniphier-pxs2"; 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; [all …]
|
/linux-6.12.1/drivers/reset/ |
D | reset-uniphier.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 #include <linux/reset-controller.h> 22 #define UNIPHIER_RESET_ID_END ((unsigned int)(-1)) 58 UNIPHIER_RESETX(30, 0x2000, 19), /* SATA-PHY */ 59 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */ 70 UNIPHIER_RESETX(40, 0x2000, 13), /* AIO */ 80 UNIPHIER_RESETX(16, 0x2014, 4), /* USB30-PHY0 */ 81 UNIPHIER_RESETX(17, 0x2014, 0), /* USB30-PHY1 */ 82 UNIPHIER_RESETX(18, 0x2014, 2), /* USB30-PHY2 */ 83 UNIPHIER_RESETX(20, 0x2014, 5), /* USB31-PHY0 */ [all …]
|