Home
last modified time | relevance | path

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

/linux/drivers/tee/
H A Dtee_shm.c435 tee_shm_put(filp->private_data); in tee_shm_fop_release()
478 tee_shm_put(shm); in tee_shm_get_fd()
488 tee_shm_put(shm); in tee_shm_free()
563 void tee_shm_put(struct tee_shm *shm) in tee_shm_put() function
589 EXPORT_SYMBOL_GPL(tee_shm_put);
H A Dtee_core.c318 tee_shm_put(shm); in tee_ioctl_shm_alloc()
353 tee_shm_put(shm); in tee_ioctl_shm_register()
414 tee_shm_put(shm); in params_from_user()
537 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_open_session()
599 tee_shm_put(params[n].u.memref.shm); in tee_ioctl_invoke()
/linux/include/linux/
H A Dtee_core.h271 void tee_shm_put(struct tee_shm *shm);
/linux/drivers/tee/optee/
H A Dsupp.c180 tee_shm_put(params[n].u.memref.shm); in supp_check_recv_params()
H A Drpc.c260 tee_shm_put(shm); in optee_rpc_cmd_free_suppl()
/linux/drivers/tee/tstee/
H A Dcore.c237 tee_shm_put(shm); in tstee_invoke_func()