Searched refs:list_sink (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/sound/soc/ |
D | soc-dapm.c | 399 list_add(&path->list_sink, &dest->sources); in dapm_connect_mux() 421 list_add(&path->list_sink, &dest->sources); in dapm_connect_mixer() 482 list_for_each_entry(path, &w->sources, list_sink) { in dapm_new_mixer() 640 list_for_each_entry(path, &w->sources, list_sink) in dapm_new_mux() 819 list_for_each_entry(path, &widget->sources, list_sink) { in is_connected_input_ep() 1351 list_for_each_entry(path, &w->sources, list_sink) { in dapm_widget_set_power() 1592 list_for_each_entry(p, &w->sources, list_sink) { in dapm_widget_power_read_file() 1877 list_for_each_entry_safe(p, next_p, &w->sources, list_sink) { in dapm_free_widgets() 1878 list_del(&p->list_sink); in dapm_free_widgets() 1885 list_del(&p->list_sink); in dapm_free_widgets() [all …]
|
/linux-3.4.99/include/sound/ |
D | soc-dapm.h | 470 struct list_head list_sink; member
|