Searched refs:v_iter (Results 1 – 1 of 1) sorted by relevance
| /sound/drivers/ |
| A D | pcmtest.c | 193 inc_buf_pos(v_iter, v_iter->b_rw - i, runtime->dma_bytes); in check_buf_block_i() 215 inc_buf_pos(v_iter, v_iter->b_rw - i, runtime->dma_bytes); in check_buf_block_ni() 303 inc_buf_pos(v_iter, v_iter->b_rw, runtime->dma_bytes); in fill_block_rand_n() 316 inc_buf_pos(v_iter, v_iter->b_rw, runtime->dma_bytes); in fill_block_rand_i() 349 v_iter = timer_container_of(v_iter, data, timer_instance); in timer_timeout() 362 v_iter->period_pos += v_iter->b_rw; in timer_timeout() 363 if (v_iter->period_pos >= v_iter->period_bytes) { in timer_timeout() 364 v_iter->period_pos %= v_iter->period_bytes; in timer_timeout() 380 v_iter = kzalloc(sizeof(*v_iter), GFP_KERNEL); in snd_pcmtst_pcm_open() 381 if (!v_iter) in snd_pcmtst_pcm_open() [all …]
|
Completed in 117 milliseconds