Searched refs:dst_buf (Results 1 - 12 of 12) sorted by relevance

/drivers/media/platform/coda/
H A Dcoda-bit.c1035 struct vb2_buffer *src_buf, *dst_buf; local
1044 dst_buf = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx);
1050 dst_buf->v4l2_buf.sequence = ctx->osequence;
1075 vb2_dma_contig_plane_dma_addr(dst_buf, 0) +
1083 memcpy(vb2_plane_vaddr(dst_buf, 0),
1085 memcpy(vb2_plane_vaddr(dst_buf, 0) + ctx->vpu_header_size[0],
1087 memcpy(vb2_plane_vaddr(dst_buf, 0) + ctx->vpu_header_size[0] +
1092 vb2_dma_contig_plane_dma_addr(dst_buf, 0);
1188 struct vb2_buffer *src_buf, *dst_buf; local
1193 dst_buf
1501 struct vb2_buffer *dst_buf; local
1614 struct vb2_buffer *dst_buf; local
[all...]
/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc.c189 struct s5p_mfc_buf *dst_buf; local
195 dst_buf = list_entry(ctx->dst_queue.next,
198 dst_buf->b->v4l2_buf.index);
199 vb2_set_plane_payload(dst_buf->b, 0, 0);
200 vb2_set_plane_payload(dst_buf->b, 1, 0);
201 list_del(&dst_buf->list);
203 dst_buf->b->v4l2_buf.sequence = (ctx->sequence++);
207 dst_buf->b->v4l2_buf.field = V4L2_FIELD_NONE;
209 dst_buf->b->v4l2_buf.field = V4L2_FIELD_INTERLACED;
211 ctx->dec_dst_flag &= ~(1 << dst_buf
219 struct s5p_mfc_buf *dst_buf, *src_buf; local
262 struct s5p_mfc_buf *dst_buf; local
[all...]
/drivers/usb/wusbcore/
H A Dcrypto.c210 void *iv, *dst_buf; local
229 dst_buf = kzalloc(dst_size, GFP_KERNEL);
230 if (dst_buf == NULL) {
260 sg_init_one(&sg_dst, dst_buf, dst_size);
286 kfree(dst_buf);
/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c1768 struct vb2_buffer *src_buf, *dst_buf; local
1774 dst_buf = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx);
1776 dst_addr = vb2_dma_contig_plane_dma_addr(dst_buf, 0);
2257 struct vb2_buffer *src_buf, *dst_buf; local
2269 dst_buf = v4l2_m2m_dst_buf_remove(curr_ctx->fh.m2m_ctx);
2291 dst_buf->v4l2_buf.timecode = src_buf->v4l2_buf.timecode;
2292 dst_buf->v4l2_buf.timestamp = src_buf->v4l2_buf.timestamp;
2293 dst_buf->v4l2_buf.flags &= ~V4L2_BUF_FLAG_TSTAMP_SRC_MASK;
2294 dst_buf->v4l2_buf.flags |=
2299 vb2_set_plane_payload(dst_buf,
2376 struct vb2_buffer *src_buf, *dst_buf; local
[all...]
/drivers/media/platform/
H A Dsh_veu.c261 struct vb2_buffer *dst_buf)
263 dma_addr_t addr = vb2_dma_contig_plane_dma_addr(dst_buf, 0);
294 struct vb2_buffer *src_buf, *dst_buf; local
297 dst_buf = v4l2_m2m_next_dst_buf(veu->m2m_ctx);
299 if (src_buf && dst_buf)
300 sh_veu_process(veu, src_buf, dst_buf);
259 sh_veu_process(struct sh_veu_dev *veu, struct vb2_buffer *src_buf, struct vb2_buffer *dst_buf) argument
H A Dm2m-deinterlace.c228 struct vb2_buffer *src_buf, *dst_buf; local
239 dst_buf = v4l2_m2m_next_dst_buf(ctx->m2m_ctx);
247 p_out = (dma_addr_t)vb2_dma_contig_plane_dma_addr(dst_buf, 0);
H A Dmem2mem_testdev.c381 struct vb2_buffer *src_buf, *dst_buf; local
384 dst_buf = v4l2_m2m_next_dst_buf(ctx->fh.m2m_ctx);
386 device_process(ctx, src_buf, dst_buf);
H A Dmx2_emmaprp.c292 struct vb2_buffer *src_buf, *dst_buf; local
301 dst_buf = v4l2_m2m_next_dst_buf(ctx->m2m_ctx);
313 p_out = vb2_dma_contig_plane_dma_addr(dst_buf, 0);
/drivers/crypto/
H A Dmxs-dcp.c265 uint8_t *out_tmp, *src_buf, *dst_buf = NULL; local
317 dst_buf = sg_virt(dst);
323 memcpy(dst_buf + dst_off, out_tmp, rem);
H A Dixp4xx_crypto.c127 u32 dst_buf; member in struct:crypt_ctl
379 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
914 crypt->dst_buf = dst_hook.phys_next;
934 free_buf_chain(dev, req_ctx->dst, crypt->dst_buf);
/drivers/mmc/host/
H A Dtifm_sd.c216 unsigned char *dst_buf = kmap_atomic(dst) + dst_off; local
218 memcpy(dst_buf, src_buf, count);
220 kunmap_atomic(dst_buf - dst_off);
/drivers/net/ethernet/freescale/
H A Dfec_main.c301 static void swap_buffer2(void *dst_buf, void *src_buf, int len) argument
305 unsigned int *dst = dst_buf;

Completed in 731 milliseconds