Searched refs:snd_efw_resp_buf_size (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/firewire/fireworks/
H A Dfireworks.c27 unsigned int snd_efw_resp_buf_size = 1024; variable
36 module_param_named(resp_buf_size, snd_efw_resp_buf_size, uint, 0444);
238 snd_efw_resp_buf_size = clamp(snd_efw_resp_buf_size, efw_probe()
240 efw->resp_buf = kzalloc(snd_efw_resp_buf_size, GFP_KERNEL); efw_probe()
H A Dfireworks_transaction.c132 capacity = snd_efw_resp_buf_size - copy_resp_to_buf()
143 till_end = snd_efw_resp_buf_size - copy_resp_to_buf()
150 if (efw->push_ptr >= efw->resp_buf + snd_efw_resp_buf_size) copy_resp_to_buf()
151 efw->push_ptr -= snd_efw_resp_buf_size; copy_resp_to_buf()
H A Dfireworks_proc.c186 consumed = snd_efw_resp_buf_size - proc_read_queues_state()
192 efw->resp_queues, consumed, snd_efw_resp_buf_size); proc_read_queues_state()
H A Dfireworks_hwdep.c51 till_end = snd_efw_resp_buf_size - hwdep_read_resp_buf()
60 snd_efw_resp_buf_size) hwdep_read_resp_buf()
61 efw->pull_ptr -= snd_efw_resp_buf_size; hwdep_read_resp_buf()
H A Dfireworks.h52 extern unsigned int snd_efw_resp_buf_size;

Completed in 305 milliseconds