Searched refs:subseq (Results 1 – 14 of 14) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | wm_adsp.h | 73 .subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
|
H A D | cx2072x.c | 1152 .subseq = wsubseq, .event = wevent, .event_flags = wflags}
|
H A D | wm8903.c | 289 enum snd_soc_dapm_type event, int subseq) in wm8903_seq_notifier() argument
|
H A D | max98090.c | 2500 enum snd_soc_dapm_type event, int subseq) in max98090_seq_notifier() argument
|
H A D | wm5100.c | 737 enum snd_soc_dapm_type event, int subseq) in wm5100_seq_notifier() argument
|
H A D | wm8996.c | 686 enum snd_soc_dapm_type event, int subseq) in wm8996_seq_notifier() argument
|
/linux/include/sound/ |
H A D | soc-component.h | 110 enum snd_soc_dapm_type type, int subseq); 399 enum snd_soc_dapm_type type, int subseq);
|
H A D | soc-dapm.h | 210 .subseq = wsubseq} 216 .event = wevent, .event_flags = wflags, .subseq = wsubseq} 543 int subseq; /* sort within widget type */ member
|
/linux/include/uapi/sound/ |
H A D | asoc.h | 489 __le32 subseq; /* sort within widget type */ member
|
/linux/sound/soc/ |
H A D | soc-component.c | 117 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 D | soc-topology.c | 1141 template.subseq = le32_to_cpu(w->subseq); in soc_tplg_dapm_widget_create()
|
/linux/sound/soc/generic/ |
H A D | test-component.c | 321 enum snd_soc_dapm_type type, int subseq) in test_component_seq_notifier() argument
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 1375 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 D | sdca_asoc.c | 679 (*widget)->subseq = 1; /* Ensure these run after PDEs */ in entity_parse_cs()
|