Home
last modified time | relevance | path

Searched refs:tee_shm_free (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Dcall.c203 tee_shm_free(shm); in get_msg_arg()
283 tee_shm_free(shm); in optee_open_session()
314 tee_shm_free(shm); in optee_close_session()
360 tee_shm_free(shm); in optee_invoke_func()
388 tee_shm_free(shm); in optee_cancel_req()
450 tee_shm_free(shm); in __optee_disable_shm_cache()
657 tee_shm_free(shm_arg); in optee_shm_register()
682 tee_shm_free(shm_arg); in optee_shm_unregister()
H A Drpc.c381 tee_shm_free(shm); in handle_rpc_func_cmd_shm_alloc()
428 tee_shm_free(shm); in handle_rpc_func_cmd_shm_free()
521 tee_shm_free(shm); in optee_handle_rpc()
H A Ddevice.c152 tee_shm_free(device_shm); in __optee_enumerate_devices()
H A Dcore.c310 tee_shm_free(shm); in optee_release()
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.c290 tee_shm_free(pvt_data->shm); in ftpm_tee_probe()
324 tee_shm_free(pvt_data->shm); in ftpm_tee_remove()
352 tee_shm_free(pvt_data->shm); in ftpm_plat_tee_shutdown()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c236 tee_shm_free(pvt_data.fw_shm_pool); in tee_bnxt_fw_remove()
246 tee_shm_free(pvt_data.fw_shm_pool); in tee_bnxt_fw_shutdown()
/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c142 tee_shm_free(device_shm); in rockchip_read_oem_non_protected_otp()
245 tee_shm_free(device_shm); in rockchip_write_oem_non_protected_otp()
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_shm.c312 void tee_shm_free(struct tee_shm *shm) in tee_shm_free() function
316 EXPORT_SYMBOL_GPL(tee_shm_free);
/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h364 void tee_shm_free(struct tee_shm *shm);
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c164 tee_shm_free(pvt_data->entropy_shm_pool); in optee_rng_cleanup()