Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.h70 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
Dcx2072x.c1157 .subseq = wsubseq, .event = wevent, .event_flags = wflags}
Dwm8903.c289 enum snd_soc_dapm_type event, int subseq) in wm8903_seq_notifier() argument
Dmax98090.c2500 enum snd_soc_dapm_type event, int subseq) in max98090_seq_notifier() argument
Dwm5100.c734 enum snd_soc_dapm_type event, int subseq) in wm5100_seq_notifier() argument
Dwm8996.c686 enum snd_soc_dapm_type event, int subseq) in wm8996_seq_notifier() argument
/Linux-v6.6/include/sound/
Dsoc-component.h110 enum snd_soc_dapm_type type, int subseq);
400 enum snd_soc_dapm_type type, int subseq);
Dsoc-dapm.h209 .subseq = wsubseq}
215 .event = wevent, .event_flags = wflags, .subseq = wsubseq}
655 int subseq; /* sort within widget type */ member
/Linux-v6.6/include/uapi/sound/
Dasoc.h489 __le32 subseq; /* sort within widget type */ member
/Linux-v6.6/sound/soc/
Dsoc-dapm.c1496 if (a->subseq != b->subseq) { in dapm_seq_compare()
1498 return a->subseq - b->subseq; in dapm_seq_compare()
1500 return b->subseq - a->subseq; in dapm_seq_compare()
1662 w->dapm != cur_dapm || w->subseq != cur_subseq) { in dapm_seq_run()
1712 cur_subseq = w->subseq; in dapm_seq_run()
Dsoc-component.c129 enum snd_soc_dapm_type type, int subseq) in snd_soc_component_seq_notifier() argument
132 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
Dsoc-topology.c1337 template.subseq = le32_to_cpu(w->subseq); in soc_tplg_dapm_widget_create()
/Linux-v6.6/sound/soc/generic/
Dtest-component.c319 enum snd_soc_dapm_type type, int subseq) in test_component_seq_notifier() argument
/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_verifier.c1424 static int find_insn_subseq(struct bpf_insn *seq, struct bpf_insn *subseq, in find_insn_subseq() argument
1436 if (!compare_masked_insn(&seq[i + j], &subseq[j])) { in find_insn_subseq()