Searched refs:v_iter (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/sound/drivers/ |
| H A D | pcmtest.c | 192 inc_buf_pos(v_iter, v_iter->b_rw - i, runtime->dma_bytes); in check_buf_block_i() 214 inc_buf_pos(v_iter, v_iter->b_rw - i, runtime->dma_bytes); in check_buf_block_ni() 302 inc_buf_pos(v_iter, v_iter->b_rw, runtime->dma_bytes); in fill_block_rand_n() 315 inc_buf_pos(v_iter, v_iter->b_rw, runtime->dma_bytes); in fill_block_rand_i() 348 v_iter = from_timer(v_iter, data, timer_instance); in timer_timeout() 361 v_iter->period_pos += v_iter->b_rw; in timer_timeout() 362 if (v_iter->period_pos >= v_iter->period_bytes) { in timer_timeout() 363 v_iter->period_pos %= v_iter->period_bytes; in timer_timeout() 379 v_iter = kzalloc(sizeof(*v_iter), GFP_KERNEL); in snd_pcmtst_pcm_open() 380 if (!v_iter) in snd_pcmtst_pcm_open() [all …]
|