Lines Matching refs:alloc_ctx
1139 dev->alloc_ctx[0] = vb2_dma_contig_init_ctx(dev->mem_dev_l); in s5p_mfc_probe()
1140 if (IS_ERR(dev->alloc_ctx[0])) { in s5p_mfc_probe()
1141 ret = PTR_ERR(dev->alloc_ctx[0]); in s5p_mfc_probe()
1144 dev->alloc_ctx[1] = vb2_dma_contig_init_ctx(dev->mem_dev_r); in s5p_mfc_probe()
1145 if (IS_ERR(dev->alloc_ctx[1])) { in s5p_mfc_probe()
1146 ret = PTR_ERR(dev->alloc_ctx[1]); in s5p_mfc_probe()
1240 vb2_dma_contig_cleanup_ctx(dev->alloc_ctx[1]); in s5p_mfc_probe()
1242 vb2_dma_contig_cleanup_ctx(dev->alloc_ctx[0]); in s5p_mfc_probe()
1266 vb2_dma_contig_cleanup_ctx(dev->alloc_ctx[0]); in s5p_mfc_remove()
1267 vb2_dma_contig_cleanup_ctx(dev->alloc_ctx[1]); in s5p_mfc_remove()
1340 if (!m_dev->alloc_ctx) in s5p_mfc_runtime_resume()