Home
last modified time | relevance | path

Searched refs:list_source (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-dapm.c189 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()
2170 list_del(&path->list_source); in dapm_free_path()
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()
2386 INIT_LIST_HEAD(&path->list_source); in snd_soc_dapm_add_path()
2421 list_add(&path->list_source, &wsource->sinks); in snd_soc_dapm_add_path()
[all …]
/linux-4.1.27/include/sound/
Dsoc-dapm.h517 struct list_head list_source; member
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c1180 list_for_each_entry(p, &w->sinks, list_source) { in sst_send_pipe_gains()