power_list 640 include/sound/soc-dapm.h struct list_head power_list; power_list 1511 sound/soc/soc-dapm.c list_for_each_entry(w, list, power_list) power_list 1513 sound/soc/soc-dapm.c list_add_tail(&new_widget->power_list, &w->power_list); power_list 1517 sound/soc/soc-dapm.c list_add_tail(&new_widget->power_list, list); power_list 1582 sound/soc/soc-dapm.c w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); power_list 1586 sound/soc/soc-dapm.c list_for_each_entry(w, pending, power_list) { power_list 1617 sound/soc/soc-dapm.c list_for_each_entry(w, pending, power_list) { power_list 1649 sound/soc/soc-dapm.c list_for_each_entry_safe(w, n, list, power_list) { power_list 1680 sound/soc/soc-dapm.c power_list); power_list 1693 sound/soc/soc-dapm.c power_list); power_list 1709 sound/soc/soc-dapm.c list_move(&w->power_list, &pending); power_list 2049 sound/soc/soc-dapm.c list_for_each_entry(w, &down_list, power_list) { power_list 2053 sound/soc/soc-dapm.c list_for_each_entry(w, &up_list, power_list) {