Home
last modified time | relevance | path

Searched refs:vb_alloc_ctx_sg (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.h179 struct vb2_alloc_ctx *vb_alloc_ctx_sg; member
Dmcam-core.c1083 alloc_ctxs[0] = cam->vb_alloc_ctx_sg; in mcam_vb_queue_setup()
1272 cam->vb_alloc_ctx_sg = vb2_dma_sg_init_ctx(cam->dev); in mcam_setup_vb2()
1273 if (IS_ERR(cam->vb_alloc_ctx_sg)) in mcam_setup_vb2()
1274 return PTR_ERR(cam->vb_alloc_ctx_sg); in mcam_setup_vb2()
1302 vb2_dma_sg_cleanup_ctx(cam->vb_alloc_ctx_sg); in mcam_cleanup_vb2()