Searched refs:up_list (Results 1 – 1 of 1) sorted by relevance
/sound/soc/ |
D | soc-dapm.c | 1796 struct list_head *up_list, in dapm_widget_set_power() argument 1820 dapm_seq_insert(w, up_list, true); in dapm_widget_set_power() 1826 struct list_head *up_list, in dapm_power_one_widget() argument 1836 dapm_seq_insert(w, up_list, true); in dapm_power_one_widget() 1842 dapm_widget_set_power(w, power, up_list, down_list); in dapm_power_one_widget() 1876 LIST_HEAD(up_list); in dapm_power_widgets() 1901 dapm_power_one_widget(w, &up_list, &down_list); in dapm_power_widgets() 1971 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets() 1981 dapm_seq_run(card, &up_list, event, true); in dapm_power_widgets()
|