Lines Matching defs:bytes
1148 buf->bytes = lpass_platform_rxtx_hardware.buffer_bytes_max;
1152 buf->bytes = lpass_platform_rxtx_hardware.buffer_bytes_max;
1156 buf->bytes = lpass_platform_va_hardware.buffer_bytes_max;
1163 buf->area = (unsigned char * __force)memremap(buf->addr, buf->bytes, MEMREMAP_WC);
1223 unsigned long bytes)
1234 ret = copy_from_iter_toio(dma_buf, buf, bytes);
1236 if (copy_from_iter((void __force *)dma_buf, bytes, buf) != bytes)
1241 ret = copy_to_iter_fromio(buf, dma_buf, bytes);
1243 if (copy_to_iter((void __force *)dma_buf, bytes, buf) != bytes)