Searched refs:vb_alloc_ctx_sg (Results 1 – 2 of 2) sorted by relevance
179 struct vb2_alloc_ctx *vb_alloc_ctx_sg; member
1083 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()