Lines Matching defs:pending
1582 struct list_head *pending)
1590 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list);
1594 list_for_each_entry(w, pending, power_list) {
1625 list_for_each_entry(w, pending, power_list) {
1644 LIST_HEAD(pending);
1663 if (!list_empty(&pending))
1664 dapm_seq_run_coalesced(card, &pending);
1677 INIT_LIST_HEAD(&pending);
1715 list_move(&w->power_list, &pending);
1724 if (!list_empty(&pending))
1725 dapm_seq_run_coalesced(card, &pending);