Searched refs:power_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 1241 list_for_each_entry(w, list, power_list) in dapm_seq_insert() 1243 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert() 1247 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert() 1312 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced() 1316 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1347 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced() 1379 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run() 1410 power_list); in dapm_seq_run() 1423 power_list); in dapm_seq_run() 1439 list_move(&w->power_list, &pending); in dapm_seq_run() [all …]
|
/linux-4.1.27/include/sound/ |
D | soc-dapm.h | 573 struct list_head power_list; member
|