Searched refs:dapm_seq_insert (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/sound/soc/ | 
| D | soc-dapm.c | 1485 static void dapm_seq_insert(struct snd_soc_dapm_widget *new_widget,  in dapm_seq_insert()  function1880 		dapm_seq_insert(w, up_list, true);  in dapm_widget_set_power()
 1882 		dapm_seq_insert(w, down_list, false);  in dapm_widget_set_power()
 1893 		dapm_seq_insert(w, down_list, false);  in dapm_power_one_widget()
 1896 		dapm_seq_insert(w, up_list, true);  in dapm_power_one_widget()
 4754 			dapm_seq_insert(w, &down_list, false);  in soc_dapm_shutdown_dapm()
 
 |