Searched refs:tee_client_invoke_func (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/firmware/broadcom/ |
D | tee_bnxt_fw.c | 110 ret = tee_client_invoke_func(pvt_data.ctx, &arg, param); in tee_bnxt_fw_load() 154 ret = tee_client_invoke_func(pvt_data.ctx, &arg, param); in tee_bnxt_copy_coredump()
|
/Linux-v5.10/drivers/char/hw_random/ |
D | optee-rng.c | 96 ret = tee_client_invoke_func(pvt_data->ctx, &inv_arg, param); in get_optee_rng_data() 193 ret = tee_client_invoke_func(pvt_data.ctx, &inv_arg, param); in get_optee_rng_info()
|
/Linux-v5.10/drivers/tee/optee/ |
D | device.c | 43 ret = tee_client_invoke_func(ctx, &inv_arg, param); in get_devices()
|
/Linux-v5.10/include/linux/ |
D | tee_drv.h | 528 int tee_client_invoke_func(struct tee_context *ctx,
|
/Linux-v5.10/drivers/char/tpm/ |
D | tpm_ftpm_tee.c | 130 rc = tee_client_invoke_func(pvt_data->ctx, &transceive_args, in ftpm_tee_tpm_op_send()
|
/Linux-v5.10/drivers/tee/ |
D | tee_core.c | 1171 int tee_client_invoke_func(struct tee_context *ctx, in tee_client_invoke_func() function 1179 EXPORT_SYMBOL_GPL(tee_client_invoke_func);
|