Home
last modified time | relevance | path

Searched refs:avs (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/intel/avs/boards/
H A DMakefile3 snd-soc-avs-da7219-objs := da7219.o
4 snd-soc-avs-dmic-objs := dmic.o
5 snd-soc-avs-es8336-objs := es8336.o
6 snd-soc-avs-hdaudio-objs := hdaudio.o
7 snd-soc-avs-i2s-test-objs := i2s_test.o
8 snd-soc-avs-max98927-objs := max98927.o
9 snd-soc-avs-max98357a-objs := max98357a.o
10 snd-soc-avs-max98373-objs := max98373.o
11 snd-soc-avs-nau8825-objs := nau8825.o
12 snd-soc-avs
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A DMakefile3 snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o core.o loader.o \
5 snd-soc-avs-objs += cldma.o
6 snd-soc-avs-objs += skl.o apl.o
8 snd-soc-avs-objs += trace.o
13 snd-soc-avs-objs += probes.o debugfs.o
16 obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o
H A Dtopology.c14 #include <uapi/sound/intel/avs/tokens.h>
15 #include "avs.h"
/kernel/linux/linux-5.10/drivers/cpufreq/
H A Darmada-37xx-cpufreq.c101 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()
218 * minimal avs valu
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Darmada-37xx-cpufreq.c101 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()
218 * minimal avs valu
[all...]
H A DMakefile58 obj-$(CONFIG_ARM_BRCMSTB_AVS_CPUFREQ) += brcmstb-avs-cpufreq.o
/kernel/linux/linux-5.10/sound/ppc/
H A Dsnd_ps3.c381 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 in snd_ps3_set_avsetting()
[all...]
H A Dsnd_ps3.h67 struct snd_ps3_avsetting_info avs; member
/kernel/linux/linux-6.6/sound/ppc/
H A Dsnd_ps3.c381 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 in snd_ps3_set_avsetting()
[all...]
H A Dsnd_ps3.h67 struct snd_ps3_avsetting_info avs; member
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/
H A Dislpci_eth.c244 struct avs_80211_1_header *avs; in islpci_monitor_rx() local
267 avs = skb_push(*skb, sizeof(struct avs_80211_1_header)); in islpci_monitor_rx()
269 avs->version = cpu_to_be32(P80211CAPTURE_VERSION); in islpci_monitor_rx()
270 avs->length = cpu_to_be32(sizeof (struct avs_80211_1_header)); in islpci_monitor_rx()
271 avs->mactime = cpu_to_be64(clock); in islpci_monitor_rx()
272 avs->hosttime = cpu_to_be64(jiffies); in islpci_monitor_rx()
273 avs->phytype = cpu_to_be32(6); /*OFDM: 6 for (g), 8 for (a) */ in islpci_monitor_rx()
274 avs->channel = cpu_to_be32(channel_of_freq(freq)); in islpci_monitor_rx()
275 avs->datarate = cpu_to_be32(rate * 5); in islpci_monitor_rx()
276 avs in islpci_monitor_rx()
[all...]
/kernel/linux/linux-5.10/drivers/clk/mvebu/
H A Darmada-37xx-periph.c260 static PERIPH_GATE(avs, 11);
279 REF_CLK_GATE(avs, "xtal"),
/kernel/linux/linux-6.6/drivers/clk/mvebu/
H A Darmada-37xx-periph.c260 static PERIPH_GATE(avs, 11);
279 REF_CLK_GATE(avs, "xtal"),

Completed in 9 milliseconds