Searched refs:list_sink (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 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() 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() 2169 list_del(&path->list_sink); in dapm_free_path() 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() 2387 INIT_LIST_HEAD(&path->list_sink); in snd_soc_dapm_add_path() [all …]
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 518 struct list_head list_sink; member
|
/linux-4.1.27/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 1199 list_for_each_entry(p, &w->sources, list_sink) { in sst_send_pipe_gains()
|