Home
last modified time | relevance | path

Searched full:spdifrx (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dmicrochip,sama7g5-spdifrx.yaml4 $id: http://devicetree.org/schemas/sound/microchip,sama7g5-spdifrx.yaml#
24 const: microchip,sama7g5-spdifrx
67 spdifrx: spdifrx@e1614000 {
69 compatible = "microchip,sama7g5-spdifrx";
/linux/sound/soc/atmel/
H A Dmchp-spdifrx.c253 * struct mchp_spdifrx_ch_stat: MCHP SPDIFRX channel status
263 * struct mchp_spdifrx_user_data: MCHP SPDIFRX user data
273 * struct mchp_spdifrx_mixer_control: MCHP SPDIFRX mixer control data structure
289 * struct mchp_spdifrx_dev: MCHP SPDIFRX device data structure
1009 .name = "mchp-spdifrx",
1021 .name = "mchp-spdifrx",
1027 .compatible = "microchip,sama7g5-spdifrx",
1035 struct mchp_spdifrx_dev *spdifrx = dev_get_drvdata(dev); in mchp_spdifrx_runtime_suspend() local
1037 regcache_cache_only(spdifrx->regmap, true); in mchp_spdifrx_runtime_suspend()
1038 clk_disable_unprepare(spdifrx->gclk); in mchp_spdifrx_runtime_suspend()
[all …]
H A DMakefile9 snd-soc-mchp-spdifrx-y := mchp-spdifrx.o
24 obj-$(CONFIG_SND_MCHP_SOC_SPDIFRX) += snd-soc-mchp-spdifrx.o
/linux/sound/soc/stm/
H A DMakefile13 # SPDIFRX
14 snd-soc-stm32-spdifrx-y := stm32_spdifrx.o
15 obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o
H A DKconfig26 tristate "STM32 S/PDIF receiver (SPDIFRX) support"
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama7g5ek.dts106 sound-dai = <&spdifrx>;
886 &spdifrx {
H A Dsama7g5.dtsi616 spdifrx: spdifrx@e1614000 { label
618 compatible = "microchip,sama7g5-spdifrx";
/linux/drivers/clk/
H A Dclk-stm32f4.c273 { STM32F4_RCC_APB1ENR, 16, "spdifrx", "apb1_div" },
350 { STM32F4_RCC_APB1ENR, 16, "spdifrx", "apb1_div" },
H A Dclk-stm32h7.c1118 KER_CLK(RCC_APB1LENR, 16, RCC_D2CCIP1R, 20, 2, "spdifrx", spdifrx_src),