Home
last modified time | relevance | path

Searched refs:mem_ctx (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_opr.c34 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_priv_buf() argument
54 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_priv_buf()
55 dma_addr_t base = dev->dma_base[mem_ctx]; in s5p_mfc_alloc_priv_buf()
57 b->ctx = mem_ctx; in s5p_mfc_alloc_priv_buf()
76 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_generic_buf() argument
79 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_generic_buf()
83 b->ctx = mem_ctx; in s5p_mfc_alloc_generic_buf()
A Ds5p_mfc_opr.h331 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
335 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_psp.h549 struct ta_mem_context *mem_ctx);
550 void psp_ta_free_shared_buf(struct ta_mem_context *mem_ctx);
A Damdgpu_psp.c278 void psp_ta_free_shared_buf(struct ta_mem_context *mem_ctx) in psp_ta_free_shared_buf() argument
280 amdgpu_bo_free_kernel(&mem_ctx->shared_bo, &mem_ctx->shared_mc_addr, in psp_ta_free_shared_buf()
281 &mem_ctx->shared_buf); in psp_ta_free_shared_buf()
282 mem_ctx->shared_bo = NULL; in psp_ta_free_shared_buf()
1335 struct ta_mem_context *mem_ctx) in psp_ta_init_shared_buf() argument
1341 return amdgpu_bo_create_kernel(psp->adev, mem_ctx->shared_mem_size, in psp_ta_init_shared_buf()
1344 &mem_ctx->shared_bo, in psp_ta_init_shared_buf()
1345 &mem_ctx->shared_mc_addr, in psp_ta_init_shared_buf()
1346 &mem_ctx->shared_buf); in psp_ta_init_shared_buf()
/drivers/media/platform/st/sti/bdisp/
A Dbdisp-v4l2.c593 goto mem_ctx; in bdisp_open()
637 mem_ctx: in bdisp_open()

Completed in 20 milliseconds