Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dsoc-component.h110 enum snd_soc_dapm_type type, int subseq);
324 enum snd_soc_dapm_type type, int subseq);
H A Dsoc-dapm.h211 .subseq = wsubseq}
217 .event = wevent, .event_flags = wflags, .subseq = wsubseq}
544 int subseq; /* sort within widget type */
543 int subseq; /* sort within widget type */ global() member
/linux/sound/soc/codecs/
H A Dwm_adsp.h73 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
H A Dcx2072x.c1152 .subseq = wsubseq, .event = wevent, .event_flags = wflags}
H A Dwm8903.c289 enum snd_soc_dapm_type event, int subseq) in wm8903_seq_notifier() argument
H A Dmax98090.c2538 enum snd_soc_dapm_type event, int subseq) in max98090_seq_notifier() argument
H A Dwm5100.c737 enum snd_soc_dapm_type event, int subseq) in wm5100_seq_notifier() argument
H A Dwm8996.c686 enum snd_soc_dapm_type event, int subseq) in wm8996_seq_notifier() argument
/linux/include/uapi/sound/
H A Dasoc.h489 __le32 subseq; /* sort within widget type */ member
/linux/sound/soc/
H A Dsoc-dapm.c1794 if (a->subseq != b->subseq) { in dapm_seq_compare()
1796 return a->subseq - b->subseq; in dapm_seq_compare()
1798 return b->subseq - a->subseq; in dapm_seq_compare()
1963 w->dapm != cur_dapm || w->subseq != cur_subseq) { in dapm_seq_run()
2013 cur_subseq = w->subseq; in dapm_seq_run()
H A Dsoc-component.c117 enum snd_soc_dapm_type type, int subseq) in snd_soc_component_seq_notifier() argument
120 component->driver->seq_notifier(component, type, subseq); in snd_soc_component_seq_notifier()
H A Dsoc-topology.c1141 template.subseq = le32_to_cpu(w->subseq); in soc_tplg_dapm_widget_create()
/linux/sound/soc/generic/
H A Dtest-component.c321 enum snd_soc_dapm_type type, int subseq) in test_component_seq_notifier() argument
/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c1375 static int find_insn_subseq(struct bpf_insn *seq, struct bpf_insn *subseq, in find_insn_subseq() argument
1387 if (!compare_masked_insn(&seq[i + j], &subseq[j])) { in find_insn_subseq()
/linux/sound/soc/sdca/
H A Dsdca_asoc.c671 (*widget)->subseq = 1; /* Ensure these run after PDEs */ in entity_parse_cs()