Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm.c261 tee_shm_put(filp->private_data); in tee_shm_fop_release()
304 tee_shm_put(shm); in tee_shm_get_fd()
314 tee_shm_put(shm); in tee_shm_free()
439 void tee_shm_put(struct tee_shm *shm) in tee_shm_put() function
461 EXPORT_SYMBOL_GPL(tee_shm_put);
H A Dtee_core.c318 tee_shm_put(shm); in tee_ioctl_shm_alloc()
358 tee_shm_put(shm); in tee_ioctl_shm_register()
419 tee_shm_put(shm); in params_from_user()
541 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_open_session()
603 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_invoke()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h370 void tee_shm_put(struct tee_shm *shm);
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dsupp.c219 tee_shm_put(params[n].u.memref.shm); in supp_check_recv_params()
H A Drpc.c404 tee_shm_put(shm); in cmd_free_suppl()