Searched refs:snd_efw_resp_buf_size (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks.c | 26 unsigned int snd_efw_resp_buf_size = 1024; variable 35 module_param_named(resp_buf_size, snd_efw_resp_buf_size, uint, 0444); 241 snd_efw_resp_buf_size = clamp(snd_efw_resp_buf_size, SND_EFW_RESPONSE_MAXIMUM_BYTES, 4096U); in efw_probe() 242 efw->resp_buf = devm_kzalloc(&card->card_dev, snd_efw_resp_buf_size, GFP_KERNEL); in efw_probe()
|
H A D | fireworks_transaction.c | 131 capacity = snd_efw_resp_buf_size - in copy_resp_to_buf() 142 till_end = snd_efw_resp_buf_size - in copy_resp_to_buf() 149 if (efw->push_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in copy_resp_to_buf() 150 efw->push_ptr -= snd_efw_resp_buf_size; in copy_resp_to_buf()
|
H A D | fireworks_hwdep.c | 61 till_end = snd_efw_resp_buf_size - in hwdep_read_resp_buf() 73 if (pull_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in hwdep_read_resp_buf() 74 pull_ptr -= snd_efw_resp_buf_size; in hwdep_read_resp_buf()
|
H A D | fireworks_proc.c | 185 consumed = snd_efw_resp_buf_size - in proc_read_queues_state() 191 consumed, snd_efw_resp_buf_size); in proc_read_queues_state()
|
H A D | fireworks.h | 52 extern unsigned int snd_efw_resp_buf_size;
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_transaction.c | 131 capacity = snd_efw_resp_buf_size - in copy_resp_to_buf() 142 till_end = snd_efw_resp_buf_size - in copy_resp_to_buf() 149 if (efw->push_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in copy_resp_to_buf() 150 efw->push_ptr -= snd_efw_resp_buf_size; in copy_resp_to_buf()
|
H A D | fireworks.c | 26 unsigned int snd_efw_resp_buf_size = 1024; variable 35 module_param_named(resp_buf_size, snd_efw_resp_buf_size, uint, 0444); 233 snd_efw_resp_buf_size = clamp(snd_efw_resp_buf_size, in do_registration() 236 snd_efw_resp_buf_size, GFP_KERNEL); in do_registration()
|
H A D | fireworks_hwdep.c | 61 till_end = snd_efw_resp_buf_size - in hwdep_read_resp_buf() 73 if (pull_ptr >= efw->resp_buf + snd_efw_resp_buf_size) in hwdep_read_resp_buf() 74 pull_ptr -= snd_efw_resp_buf_size; in hwdep_read_resp_buf()
|
H A D | fireworks_proc.c | 185 consumed = snd_efw_resp_buf_size - in proc_read_queues_state() 191 consumed, snd_efw_resp_buf_size); in proc_read_queues_state()
|
H A D | fireworks.h | 52 extern unsigned int snd_efw_resp_buf_size;
|
Completed in 5 milliseconds