Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 8 of 8) sorted by relevance

/sound/soc/intel/common/
Dsst-ipc.h40 bool pending; member
69 bool pending; member
Dsst-ipc.c104 msg->pending = false; in ipc_tx_message()
165 while (!list_empty(&ipc->tx_list) && !ipc->pending) { in ipc_tx_msgs()
/sound/pci/lola/
Dlola_pcm.c135 int pending = 0; in lola_sync_wait_for_fifo() local
138 pending = 0; in lola_sync_wait_for_fifo()
148 pending = str->dsd + 1; in lola_sync_wait_for_fifo()
155 if (!pending) in lola_sync_wait_for_fifo()
159 dev_warn(chip->card->dev, "FIFO not ready (pending %d)\n", pending - 1); in lola_sync_wait_for_fifo()
/sound/soc/
Dsoc-dapm.c1495 struct list_head *pending) in dapm_seq_run_coalesced() argument
1503 w = list_first_entry(pending, struct snd_soc_dapm_widget, power_list); in dapm_seq_run_coalesced()
1507 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1538 list_for_each_entry(w, pending, power_list) { in dapm_seq_run_coalesced()
1557 LIST_HEAD(pending); in dapm_seq_run()
1576 if (!list_empty(&pending)) in dapm_seq_run()
1577 dapm_seq_run_coalesced(card, &pending); in dapm_seq_run()
1590 INIT_LIST_HEAD(&pending); in dapm_seq_run()
1630 list_move(&w->power_list, &pending); in dapm_seq_run()
1639 if (!list_empty(&pending)) in dapm_seq_run()
[all …]
/sound/pci/hda/
Dhda_intel.c800 int pending, ok; in azx_irq_pending_work() local
810 pending = 0; in azx_irq_pending_work()
825 pending = 0; /* too early */ in azx_irq_pending_work()
827 pending++; in azx_irq_pending_work()
830 if (!pending) in azx_irq_pending_work()
/sound/pci/rme9652/
Dhdsp.c456 int pending; member
1379 hmidi->pending = 0; in snd_hdsp_midi_input_read()
1534 hdsp->midi[id].pending = 0; in snd_hdsp_create_midi()
3819 if (hdsp->midi[0].pending) in hdsp_midi_tasklet()
3821 if (hdsp->midi[1].pending) in hdsp_midi_tasklet()
3866 hdsp->midi[0].pending = 1; in snd_hdsp_interrupt()
3877 hdsp->midi[1].pending = 1; in snd_hdsp_interrupt()
5193 hdsp->midi[0].pending = 0; in snd_hdsp_create()
5194 hdsp->midi[1].pending = 0; in snd_hdsp_create()
Dhdspm.c975 int pending; member
1914 hmidi->pending = 0; in snd_hdspm_midi_input_read()
2185 if (hdspm->midi[i].pending) in hdspm_midi_tasklet()
5460 hdspm->midi[i].pending = 1; in snd_hdspm_interrupt()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c573 msg->pending = true; in hsw_process_reply()
574 hsw->ipc.pending = true; in hsw_process_reply()
577 if (msg->pending) { in hsw_process_reply()
581 hsw->ipc.pending = false; in hsw_process_reply()