Lines Matching refs:sinks
189 list_for_each_entry(p, &w->sinks, list_source) { in dapm_widget_invalidate_input_paths()
955 list_for_each_entry(path, &widget->sinks, list_source) { in is_connected_output_ep()
1185 list_for_each_entry(path, &w->sinks, list_source) { in dapm_supply_check_power()
1614 list_for_each_entry(path, &w->sinks, list_source) in dapm_widget_set_power()
1861 list_for_each_entry(p, &w->sinks, list_source) { in dapm_widget_power_read_file()
2194 list_for_each_entry_safe(p, next_p, &w->sinks, list_source) in dapm_free_widgets()
2328 list_for_each_entry(p, &w->sinks, list_source) { in dapm_update_widget_flags()
2340 w->is_source = !list_empty(&w->sinks); in dapm_update_widget_flags()
2421 list_add(&path->list_source, &wsource->sinks); in snd_soc_dapm_add_path()
2659 list_for_each_entry(path, &source->sinks, list_source) { in snd_soc_dapm_weak_route()
3177 INIT_LIST_HEAD(&w->sinks); in snd_soc_dapm_new_control()
3237 WARN_ON(list_empty(&w->sources) || list_empty(&w->sinks))) in snd_soc_dai_link_event()
3243 sink_p = list_first_entry(&w->sinks, struct snd_soc_dapm_path, in snd_soc_dai_link_event()