Lines Matching refs:sources
228 list_for_each_entry(p, &w->sources, list_sink) { in dapm_widget_invalidate_output_paths()
784 list_for_each_entry(path, &w->sources, list_sink) { in dapm_new_mixer()
819 if (list_empty(&w->sources)) { in dapm_new_mux()
828 list_for_each_entry(path, &w->sources, list_sink) { in dapm_new_mux()
1013 list_for_each_entry(path, &widget->sources, list_sink) { in is_connected_input_ep()
1609 list_for_each_entry(path, &w->sources, list_sink) in dapm_widget_set_power()
1851 list_for_each_entry(p, &w->sources, list_sink) { in dapm_widget_power_read_file()
2191 list_for_each_entry_safe(p, next_p, &w->sources, list_sink) in dapm_free_widgets()
2313 list_for_each_entry(p, &w->sources, list_sink) { in dapm_update_widget_flags()
2339 w->is_sink = !list_empty(&w->sources); in dapm_update_widget_flags()
2420 list_add(&path->list_sink, &wsink->sources); in snd_soc_dapm_add_path()
3176 INIT_LIST_HEAD(&w->sources); in snd_soc_dapm_new_control()
3237 WARN_ON(list_empty(&w->sources) || list_empty(&w->sinks))) in snd_soc_dai_link_event()
3241 source_p = list_first_entry(&w->sources, struct snd_soc_dapm_path, in snd_soc_dai_link_event()