Searched refs:list_source (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/sound/soc/ |
D | soc-dapm.c | 377 list_add(&path->list_source, &src->sinks); in dapm_connect_mux() 399 list_add(&path->list_source, &src->sinks); in dapm_connect_mixer() 707 list_for_each_entry(path, &widget->sinks, list_source) { in is_connected_output_ep() 894 list_for_each_entry(path, &w->sinks, list_source) { in dapm_supply_check_power() 1307 list_for_each_entry(path, &w->sinks, list_source) { in dapm_widget_set_power() 1538 list_for_each_entry(p, &w->sinks, list_source) { in dapm_widget_power_read_file() 1822 list_del(&p->list_source); in dapm_free_widgets() 1827 list_for_each_entry_safe(p, next_p, &w->sinks, list_source) { in dapm_free_widgets() 1829 list_del(&p->list_source); in dapm_free_widgets() 1961 INIT_LIST_HEAD(&path->list_source); in snd_soc_dapm_add_route() [all …]
|
/linux-3.3/include/sound/ |
D | soc-dapm.h | 453 struct list_head list_source; member
|