Home
last modified time | relevance | path

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

/sound/soc/
Dsoc-dapm.c1726 struct list_head *up_list, in dapm_widget_set_power() argument
1750 dapm_seq_insert(w, up_list, true); in dapm_widget_set_power()
1756 struct list_head *up_list, in dapm_power_one_widget() argument
1766 dapm_seq_insert(w, up_list, true); in dapm_power_one_widget()
1772 dapm_widget_set_power(w, power, up_list, down_list); in dapm_power_one_widget()
1806 LIST_HEAD(up_list); in dapm_power_widgets()
1831 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets()
1901 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()
1911 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()