Lines Matching defs:oldptr
83 unsigned int oldptr;
126 oldptr = dev->adev.hwptr_done_capture;
127 if (oldptr + length >= runtime->buffer_size) {
130 cnt = runtime->buffer_size - oldptr;
131 memcpy(runtime->dma_area + oldptr * stride, cp,
136 memcpy(runtime->dma_area + oldptr * stride, cp,
174 unsigned int oldptr;
213 oldptr = dev->adev.hwptr_done_capture;
214 if (oldptr + length >= runtime->buffer_size) {
217 cnt = runtime->buffer_size - oldptr;
218 memcpy(runtime->dma_area + oldptr * stride, cp,
223 memcpy(runtime->dma_area + oldptr * stride, cp,