Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/marvell-ccic/
Dmcam-core.h178 struct vb2_alloc_ctx *vb_alloc_ctx; member
Dmcam-core.c1081 alloc_ctxs[0] = cam->vb_alloc_ctx; in mcam_vb_queue_setup()
1259 cam->vb_alloc_ctx = vb2_dma_contig_init_ctx(cam->dev); in mcam_setup_vb2()
1260 if (IS_ERR(cam->vb_alloc_ctx)) in mcam_setup_vb2()
1261 return PTR_ERR(cam->vb_alloc_ctx); in mcam_setup_vb2()
1298 vb2_dma_contig_cleanup_ctx(cam->vb_alloc_ctx); in mcam_cleanup_vb2()