Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.h180 struct vb2_alloc_ctx *vb_alloc_ctx_sg; member
Dmcam-core.c1069 alloc_ctxs[0] = cam->vb_alloc_ctx_sg; in mcam_vb_queue_setup()
1292 cam->vb_alloc_ctx_sg = vb2_dma_sg_init_ctx(cam->dev); in mcam_setup_vb2()
1293 if (IS_ERR(cam->vb_alloc_ctx_sg)) in mcam_setup_vb2()
1294 return PTR_ERR(cam->vb_alloc_ctx_sg); in mcam_setup_vb2()
1319 vb2_dma_sg_cleanup_ctx(cam->vb_alloc_ctx_sg); in mcam_cleanup_vb2()