Home
last modified time | relevance | path

Searched refs:resp_queues (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_hwdep.c41 while (efw->resp_queues > 0) { in hwdep_read_resp_buf()
69 efw->resp_queues--; in hwdep_read_resp_buf()
104 while ((!efw->dev_lock_changed) && (efw->resp_queues == 0)) { in hwdep_read()
116 else if (efw->resp_queues > 0) in hwdep_read()
163 if (efw->dev_lock_changed || (efw->resp_queues > 0)) in hwdep_poll()
Dfireworks.h109 unsigned int resp_queues; member
Dfireworks_proc.c192 efw->resp_queues, consumed, snd_efw_resp_buf_size); in proc_read_queues_state()
Dfireworks_transaction.c158 efw->resp_queues++; in copy_resp_to_buf()