Searched refs:subseq (Results 1 - 14 of 14) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dwm_adsp.h70 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
H A Dcx2072x.c1157 .subseq = wsubseq, .event = wevent, .event_flags = wflags}
H A Dmax98090.c2500 enum snd_soc_dapm_type event, int subseq)
2499 max98090_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type event, int subseq) argument
H A Dwm8903.c289 enum snd_soc_dapm_type event, int subseq)
288 wm8903_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type event, int subseq) argument
H A Dwm8996.c686 enum snd_soc_dapm_type event, int subseq)
685 wm8996_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type event, int subseq) argument
H A Dwm5100.c737 enum snd_soc_dapm_type event, int subseq)
736 wm5100_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type event, int subseq) argument
/linux-master/include/sound/
H A Dsoc-component.h110 enum snd_soc_dapm_type type, int subseq);
400 enum snd_soc_dapm_type type, int subseq);
H A Dsoc-dapm.h209 .subseq = wsubseq}
215 .event = wevent, .event_flags = wflags, .subseq = wsubseq}
655 int subseq; /* sort within widget type */ member in struct:snd_soc_dapm_widget
/linux-master/include/uapi/sound/
H A Dasoc.h489 __le32 subseq; /* sort within widget type */ member in struct:snd_soc_tplg_dapm_widget
/linux-master/sound/soc/
H A Dsoc-component.c129 enum snd_soc_dapm_type type, int subseq)
132 component->driver->seq_notifier(component, type, subseq);
128 snd_soc_component_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type type, int subseq) argument
H A Dsoc-dapm.c1503 if (a->subseq != b->subseq) {
1505 return a->subseq - b->subseq;
1507 return b->subseq - a->subseq;
1669 w->dapm != cur_dapm || w->subseq != cur_subseq) {
1719 cur_subseq = w->subseq;
H A Dsoc-topology.c1337 template.subseq = le32_to_cpu(w->subseq);
/linux-master/sound/soc/generic/
H A Dtest-component.c319 enum snd_soc_dapm_type type, int subseq)
318 test_component_seq_notifier(struct snd_soc_component *component, enum snd_soc_dapm_type type, int subseq) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c1384 static int find_insn_subseq(struct bpf_insn *seq, struct bpf_insn *subseq, argument
1396 if (!compare_masked_insn(&seq[i + j], &subseq[j])) {

Completed in 374 milliseconds