Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/marvell-ccic/
Dmcam-core.h179 struct vb2_alloc_ctx *vb_alloc_ctx; member
Dmcam-core.c1067 alloc_ctxs[0] = cam->vb_alloc_ctx; in mcam_vb_queue_setup()
1281 cam->vb_alloc_ctx = vb2_dma_contig_init_ctx(cam->dev); in mcam_setup_vb2()
1282 if (IS_ERR(cam->vb_alloc_ctx)) in mcam_setup_vb2()
1283 return PTR_ERR(cam->vb_alloc_ctx); in mcam_setup_vb2()
1315 vb2_dma_contig_cleanup_ctx(cam->vb_alloc_ctx); in mcam_cleanup_vb2()