Home
last modified time | relevance | path

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

/linux/drivers/tee/
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()
/linux/drivers/tee/amdtee/
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()
/linux/drivers/tee/optee/
A Dsmc_abi.c993 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_dyn_shm() local
1006 dmabuf_mgr = rc; in optee_config_dyn_shm()
1008 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()
1011 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_dyn_shm()
1031 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_shm_memremap() local
1076 dmabuf_mgr = rc; in optee_config_shm_memremap()
1078 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()
1087 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_shm_memremap()
A Dffa_abi.c697 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_ffa_config_dyn_shm() local
710 dmabuf_mgr = rc; in optee_ffa_config_dyn_shm()
712 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_ffa_config_dyn_shm()
715 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_ffa_config_dyn_shm()
/linux/include/linux/
A Dtee_drv.h257 struct tee_shm_pool_mgr *dmabuf_mgr);

Completed in 11 milliseconds