Searched refs:subseq (Results  1 – 12 of 12) sorted by relevance
| /Linux-v5.10/include/sound/ | 
| D | soc-component.h | 109 			     enum snd_soc_dapm_type type, int subseq); 364 				    enum snd_soc_dapm_type type, int subseq);
  | 
| D | soc-dapm.h | 181 	.subseq = wsubseq} 186 	.event = wevent, .event_flags = wflags, .subseq = wsubseq} 643 	int subseq;				/* sort within widget type */  member
  | 
| /Linux-v5.10/sound/soc/codecs/ | 
| D | wm_adsp.h | 150 	.subseq = 100, /* Ensure we run after SYSCLK supply widget */ }, \
  | 
| D | cx2072x.c | 1163 	.subseq = wsubseq, .event = wevent, .event_flags = wflags}
  | 
| D | wm8903.c | 290 				enum snd_soc_dapm_type event, int subseq)  in wm8903_seq_notifier()  argument
  | 
| D | max98090.c | 2497 	enum snd_soc_dapm_type event, int subseq)  in max98090_seq_notifier()  argument
  | 
| D | wm5100.c | 734 				enum snd_soc_dapm_type event, int subseq)  in wm5100_seq_notifier()  argument
  | 
| D | wm8996.c | 686 				enum snd_soc_dapm_type event, int subseq)  in wm8996_seq_notifier()  argument
  | 
| /Linux-v5.10/sound/soc/ | 
| D | soc-component.c | 110 				    enum snd_soc_dapm_type type, int subseq)  in snd_soc_component_seq_notifier()  argument 113 		component->driver->seq_notifier(component, type, subseq);  in snd_soc_component_seq_notifier()
  | 
| D | soc-dapm.c | 1497 	if (a->subseq != b->subseq) {  in dapm_seq_compare() 1499 			return a->subseq - b->subseq;  in dapm_seq_compare() 1501 			return b->subseq - a->subseq;  in dapm_seq_compare() 1661 		    w->dapm != cur_dapm || w->subseq != cur_subseq) {  in dapm_seq_run() 1713 			cur_subseq = w->subseq;  in dapm_seq_run()
  | 
| D | soc-topology.c | 1624 	template.subseq = le32_to_cpu(w->subseq);  in soc_tplg_dapm_widget_create()
  | 
| /Linux-v5.10/include/uapi/sound/ | 
| D | asoc.h | 487 	__le32 subseq;		/* sort within widget type */  member
  |