Home
last modified time | relevance | path

Searched refs:priv_mgr (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/tee/
Dtee_shm_pool.c67 struct tee_shm_pool_mgr *priv_mgr; in tee_shm_pool_alloc_res_mem() local
79 priv_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()
100 tee_shm_pool_mgr_destroy(priv_mgr); in tee_shm_pool_alloc_res_mem()
152 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc() argument
157 if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) in tee_shm_pool_alloc()
164 pool->private_mgr = priv_mgr; in tee_shm_pool_alloc()
/Linux-v5.4/drivers/tee/optee/
Dcore.c415 struct tee_shm_pool_mgr *priv_mgr; in optee_config_dyn_shm() local
422 priv_mgr = rc; in optee_config_dyn_shm()
426 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
431 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()
433 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
453 struct tee_shm_pool_mgr *priv_mgr; in optee_config_shm_memremap() local
490 priv_mgr = rc; in optee_config_shm_memremap()
501 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()
512 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_shm_memremap()
/Linux-v5.4/include/linux/
Dtee_drv.h235 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,