/linux-6.12.1/sound/soc/intel/avs/boards/ |
D | Makefile | 3 snd-soc-avs-da7219-y := da7219.o 4 snd-soc-avs-dmic-y := dmic.o 5 snd-soc-avs-es8336-y := es8336.o 6 snd-soc-avs-hdaudio-y := hdaudio.o 7 snd-soc-avs-i2s-test-y := i2s_test.o 8 snd-soc-avs-max98927-y := max98927.o 9 snd-soc-avs-max98357a-y := max98357a.o 10 snd-soc-avs-max98373-y := max98373.o 11 snd-soc-avs-nau8825-y := nau8825.o 12 snd-soc-avs-probe-y := probe.o [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/cpufreq/ |
D | brcm,stb-avs-cpu-freq.txt | 4 A total of three DT nodes are required. One node (brcm,avs-cpu-data-mem) 6 second node (brcm,avs-cpu-l2-intr) is required to trigger an interrupt on 22 Node brcm,avs-cpu-data-mem 26 - compatible: must include: brcm,avs-cpu-data-mem and 27 should include: one of brcm,bcm7271-avs-cpu-data-mem or 28 brcm,bcm7268-avs-cpu-data-mem 37 Node brcm,avs-cpu-l2-intr 41 - compatible: must include: brcm,avs-cpu-l2-intr and 42 should include: one of brcm,bcm7271-avs-cpu-l2-intr or 43 brcm,bcm7268-avs-cpu-l2-intr [all …]
|
/linux-6.12.1/drivers/cpufreq/ |
D | armada-37xx-cpufreq.c | 101 u32 avs[LOAD_LEVEL_NR]; member 191 u32 avs; in armada_37xx_avs_val_match() local 194 for (avs = 0; avs < ARRAY_SIZE(avs_map); avs++) in armada_37xx_avs_val_match() 195 if (avs_map[avs] >= target_vm) in armada_37xx_avs_val_match() 202 if (avs == ARRAY_SIZE(avs_map)) in armada_37xx_avs_val_match() 203 avs = ARRAY_SIZE(avs_map) - 1; in armada_37xx_avs_val_match() 205 return avs; in armada_37xx_avs_val_match() 238 dvfs->avs[0] = l0_vdd_min; in armada37xx_cpufreq_avs_configure() 248 dvfs->avs[load_level] = avs_min; in armada37xx_cpufreq_avs_configure() 260 dvfs->avs[0] = dvfs->avs[1] = avs_min; in armada37xx_cpufreq_avs_configure() [all …]
|
D | Makefile | 58 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
|
/linux-6.12.1/sound/ppc/ |
D | snd_ps3.c | 381 ret = ps3av_set_audio_mode(card->avs.avs_audio_ch, in snd_ps3_change_avsetting() 382 card->avs.avs_audio_rate, in snd_ps3_change_avsetting() 383 card->avs.avs_audio_width, in snd_ps3_change_avsetting() 384 card->avs.avs_audio_format, in snd_ps3_change_avsetting() 385 card->avs.avs_audio_source); in snd_ps3_change_avsetting() 441 struct snd_ps3_avsetting_info avs; in snd_ps3_set_avsetting() local 444 avs = card->avs; in snd_ps3_set_avsetting() 451 card->avs.avs_audio_rate, card->avs.avs_audio_width); in snd_ps3_set_avsetting() 456 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_44K; in snd_ps3_set_avsetting() 459 avs.avs_audio_rate = PS3AV_CMD_AUDIO_FS_48K; in snd_ps3_set_avsetting() [all …]
|
D | snd_ps3.h | 67 struct snd_ps3_avsetting_info avs; member
|
/linux-6.12.1/sound/soc/intel/avs/ |
D | Makefile | 3 snd-soc-avs-y := dsp.o ipc.o messages.o utils.o core.o loader.o \ 6 snd-soc-avs-y += cldma.o 7 snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o 9 snd-soc-avs-y += trace.o 14 snd-soc-avs-y += probes.o debugfs.o 17 obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-pci-devices-avs | 1 What: /sys/devices/pci0000:00/<dev>/avs/fw_version 5 Version of AudioDSP firmware ASoC avs driver is communicating
|
/linux-6.12.1/sound/soc/intel/ |
D | Makefile | 9 obj-$(CONFIG_SND_SOC_INTEL_AVS) += avs/
|
D | Kconfig | 112 source "sound/soc/intel/avs/boards/Kconfig"
|
/linux-6.12.1/arch/arm64/boot/dts/marvell/ |
D | armada-37xx.dtsi | 134 avs: avs@11500 { label 135 compatible = "marvell,armada-3700-avs",
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | armada3700-periph-clock.txt | 21 6 avs Adaptive Voltage Scaling
|
/linux-6.12.1/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 260 static PERIPH_GATE(avs, 11); 279 REF_CLK_GATE(avs, "xtal"),
|
/linux-6.12.1/arch/arm/boot/dts/broadcom/ |
D | bcm2711.dtsi | 68 avs_monitor: avs-monitor@7d5d2000 { 69 compatible = "brcm,bcm2711-avs-monitor",
|
/linux-6.12.1/Documentation/hwmon/ |
D | isl68137.rst | 432 avs(0|1)_enable Controls the AVS state of each rail.
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sm8350.dtsi | 3335 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3341 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3359 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3385 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sc7180.dtsi | 3894 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3900 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3918 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3932 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sdm845.dtsi | 941 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 947 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 959 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 972 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sm8250.dtsi | 6006 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 6012 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 6029 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 6042 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sc7280.dtsi | 3792 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3798 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3816 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd"; 3842 qcom,protection-domain = "avs/audio", "msm/adsp/audio_pd";
|
D | sm8450.dtsi | 2741 qcom,protection-domain = "avs/audio", 2758 qcom,protection-domain = "avs/audio",
|
D | sm8550.dtsi | 4679 qcom,protection-domain = "avs/audio", 4697 qcom,protection-domain = "avs/audio",
|
D | sc8280xp.dtsi | 2777 qcom,protection-domain = "avs/audio", 2793 qcom,protection-domain = "avs/audio",
|
D | sm8650.dtsi | 5445 qcom,protection-domain = "avs/audio", 5463 qcom,protection-domain = "avs/audio",
|
D | x1e80100.dtsi | 6218 qcom,protection-domain = "avs/audio", 6236 qcom,protection-domain = "avs/audio",
|