Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr.c37 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_priv_buf() argument
57 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_priv_buf()
58 dma_addr_t base = dev->dma_base[mem_ctx]; in s5p_mfc_alloc_priv_buf()
60 b->ctx = mem_ctx; in s5p_mfc_alloc_priv_buf()
79 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_generic_buf() argument
82 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_generic_buf()
86 b->ctx = mem_ctx; in s5p_mfc_alloc_generic_buf()
H A Ds5p_mfc_opr.h329 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
333 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/
H A DCVE-2023-3758.patch37 @@ -1317,6 +1317,33 @@ ad_gpo_extract_policy_setting(TALLOC_CTX *mem_ctx,
71 @@ -1324,6 +1351,7 @@ ad_gpo_extract_policy_setting(TALLOC_CTX *mem_ctx,
132 @@ -1906,6 +1936,19 @@ ad_gpo_access_send(TALLOC_CTX *mem_ctx,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0006-smbtorture-skip-test-case-tfork_cmd_send.patch25 @@ -839,10 +839,6 @@ struct torture_suite *torture_local_tfork(TALLOC_CTX *mem_ctx)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp.h475 struct ta_mem_context *mem_ctx);
476 void psp_ta_free_shared_buf(struct ta_mem_context *mem_ctx);
H A Damdgpu_psp.c241 void psp_ta_free_shared_buf(struct ta_mem_context *mem_ctx) in psp_ta_free_shared_buf() argument
243 amdgpu_bo_free_kernel(&mem_ctx->shared_bo, &mem_ctx->shared_mc_addr, in psp_ta_free_shared_buf()
244 &mem_ctx->shared_buf); in psp_ta_free_shared_buf()
245 mem_ctx->shared_bo = NULL; in psp_ta_free_shared_buf()
1140 struct ta_mem_context *mem_ctx) in psp_ta_init_shared_buf() argument
1146 return amdgpu_bo_create_kernel(psp->adev, mem_ctx->shared_mem_size, in psp_ta_init_shared_buf()
1149 &mem_ctx->shared_bo, in psp_ta_init_shared_buf()
1150 &mem_ctx->shared_mc_addr, in psp_ta_init_shared_buf()
1151 &mem_ctx->shared_buf); in psp_ta_init_shared_buf()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c595 goto mem_ctx; in bdisp_open()
639 mem_ctx: in bdisp_open()