Home
last modified time | relevance | path

Searched refs:dmabuf_mgr (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm_pool.c68 struct tee_shm_pool_mgr *dmabuf_mgr; in tee_shm_pool_alloc_res_mem() local
89 dmabuf_mgr = rc; in tee_shm_pool_alloc_res_mem()
91 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in tee_shm_pool_alloc_res_mem()
98 tee_shm_pool_mgr_destroy(dmabuf_mgr); in tee_shm_pool_alloc_res_mem()
153 struct tee_shm_pool_mgr *dmabuf_mgr) in tee_shm_pool_alloc() argument
157 if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) in tee_shm_pool_alloc()
165 pool->dma_buf_mgr = dmabuf_mgr; in tee_shm_pool_alloc()
/OK3568_Linux_fs/kernel/drivers/tee/amdtee/
H A Dshm_pool.c71 struct tee_shm_pool_mgr *dmabuf_mgr; in amdtee_config_shm() local
84 dmabuf_mgr = rc; in amdtee_config_shm()
86 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in amdtee_config_shm()
89 tee_shm_pool_mgr_destroy(dmabuf_mgr); in amdtee_config_shm()
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dcore.c436 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_dyn_shm() local
449 dmabuf_mgr = rc; in optee_config_dyn_shm()
451 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()
454 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_dyn_shm()
474 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_shm_memremap() local
519 dmabuf_mgr = rc; in optee_config_shm_memremap()
521 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()
530 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_shm_memremap()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h252 struct tee_shm_pool_mgr *dmabuf_mgr);