Searched refs:dmabuf_mgr (Results 1 – 3 of 3) sorted by relevance
68 struct tee_shm_pool_mgr *dmabuf_mgr; in tee_shm_pool_alloc_res_mem() local89 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() argument157 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()
416 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_dyn_shm() local429 dmabuf_mgr = rc; in optee_config_dyn_shm()431 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()434 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_dyn_shm()454 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_shm_memremap() local499 dmabuf_mgr = rc; in optee_config_shm_memremap()501 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()510 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_shm_memremap()
236 struct tee_shm_pool_mgr *dmabuf_mgr);