priv_mgr 415 drivers/tee/optee/core.c struct tee_shm_pool_mgr *priv_mgr; priv_mgr 422 drivers/tee/optee/core.c priv_mgr = rc; priv_mgr 426 drivers/tee/optee/core.c tee_shm_pool_mgr_destroy(priv_mgr); priv_mgr 431 drivers/tee/optee/core.c rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); priv_mgr 433 drivers/tee/optee/core.c tee_shm_pool_mgr_destroy(priv_mgr); priv_mgr 453 drivers/tee/optee/core.c struct tee_shm_pool_mgr *priv_mgr; priv_mgr 490 drivers/tee/optee/core.c priv_mgr = rc; priv_mgr 501 drivers/tee/optee/core.c rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); priv_mgr 512 drivers/tee/optee/core.c tee_shm_pool_mgr_destroy(priv_mgr); priv_mgr 67 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *priv_mgr; priv_mgr 79 drivers/tee/tee_shm_pool.c priv_mgr = rc; priv_mgr 91 drivers/tee/tee_shm_pool.c rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); priv_mgr 100 drivers/tee/tee_shm_pool.c tee_shm_pool_mgr_destroy(priv_mgr); priv_mgr 152 drivers/tee/tee_shm_pool.c struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, priv_mgr 157 drivers/tee/tee_shm_pool.c if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) priv_mgr 164 drivers/tee/tee_shm_pool.c pool->private_mgr = priv_mgr; priv_mgr 235 include/linux/tee_drv.h struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,