Lines Matching refs:power_list
1340 list_for_each_entry(w, list, power_list) in dapm_seq_insert()
1342 list_add_tail(&new_widget->power_list, &w->power_list); in dapm_seq_insert()
1346 list_add_tail(&new_widget->power_list, list); in dapm_seq_insert()
1411 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1415 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1446 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1478 list_for_each_entry_safe(w, n, list, power_list) { in dapm_seq_run()
1509 power_list); in dapm_seq_run()
1522 power_list); in dapm_seq_run()
1538 list_move(&w->power_list, &pending); in dapm_seq_run()
1866 list_for_each_entry(w, &down_list, power_list) { in dapm_power_widgets()
1870 list_for_each_entry(w, &up_list, power_list) { in dapm_power_widgets()