Lines Matching refs:buffers
236 dma_buffer_block_t *buffers[NUM_BUFFERS]; //Double buffering scheme member
406 dma_buffer_block_t *buffer_inflight = pipe->buffers[pipe->multi_buffer_control.rd_idx]; in _buffer_check_done()
432 dma_buffer_block_t *buffer_done = pipe->buffers[pipe->multi_buffer_control.rd_idx]; in _buffer_done()
1847 dma_buffer_block_t *buffers[NUM_BUFFERS] = {0}; in hcd_pipe_alloc() local
1853 buffers[i] = buffer_block_alloc(type); in hcd_pipe_alloc()
1854 if (buffers[i] == NULL) { in hcd_pipe_alloc()
1864 pipe->buffers[i] = buffers[i]; in hcd_pipe_alloc()
1901 buffer_block_free(buffers[i]); in hcd_pipe_alloc()
1925 buffer_block_free(pipe->buffers[i]); in hcd_pipe_free()
2193 dma_buffer_block_t *buffer_to_fill = pipe->buffers[pipe->multi_buffer_control.wr_idx]; in _buffer_fill()
2224 dma_buffer_block_t *prev_filled_buffer = pipe->buffers[prev_buffer_idx]; in _buffer_fill()
2254 dma_buffer_block_t *buffer_to_exec = pipe->buffers[pipe->multi_buffer_control.rd_idx]; in _buffer_exec()
2300 dma_buffer_block_t *buffer_inflight = pipe->buffers[pipe->multi_buffer_control.rd_idx]; in _buffer_exec_cont()
2474 dma_buffer_block_t *buffer_to_parse = pipe->buffers[pipe->multi_buffer_control.fr_idx]; in _buffer_parse()