Searched refs:dmabuf_mgr (Results 1 – 3 of 3) sorted by relevance
77 struct tee_shm_pool_mgr *dmabuf_mgr; in tee_shm_pool_alloc_res_mem() local98 dmabuf_mgr = rc; in tee_shm_pool_alloc_res_mem()100 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in tee_shm_pool_alloc_res_mem()107 tee_shm_pool_mgr_destroy(dmabuf_mgr); in tee_shm_pool_alloc_res_mem()162 struct tee_shm_pool_mgr *dmabuf_mgr) in tee_shm_pool_alloc() argument166 if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) in tee_shm_pool_alloc()174 pool->dma_buf_mgr = dmabuf_mgr; in tee_shm_pool_alloc()
437 struct tee_shm_pool_mgr *dmabuf_mgr; in optee_config_shm_memremap() local494 dmabuf_mgr = rc; in optee_config_shm_memremap()496 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()505 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_shm_memremap()
236 struct tee_shm_pool_mgr *dmabuf_mgr);