Lines Matching defs:pending
1586 struct list_head *pending)
1594 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list);
1598 list_for_each_entry(w, pending, power_list) {
1629 list_for_each_entry(w, pending, power_list) {
1648 LIST_HEAD(pending);
1667 if (!list_empty(&pending))
1668 dapm_seq_run_coalesced(card, &pending);
1681 INIT_LIST_HEAD(&pending);
1719 list_move(&w->power_list, &pending);
1728 if (!list_empty(&pending))
1729 dapm_seq_run_coalesced(card, &pending);