Searched refs:tee_param (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.10/drivers/tee/optee/ |
| D | optee_private.h | 138 struct tee_param *param); 147 struct tee_param *param); 149 struct tee_param *param); 154 struct tee_param *param); 157 struct tee_param *param); 173 int optee_from_msg_param(struct tee_param *params, size_t num_params, 176 const struct tee_param *params);
|
| D | supp.c | 17 struct tee_param *param; 77 struct tee_param *param) in optee_supp_thrd_req() 185 static int supp_check_recv_params(size_t num_params, struct tee_param *params, in supp_check_recv_params() 230 struct tee_param *param) in optee_supp_recv() 286 sizeof(struct tee_param) * req->num_params); in optee_supp_recv() 293 struct tee_param *param, in supp_pop_req() 339 struct tee_param *param) in optee_supp_send() 359 struct tee_param *p = req->param + n; in optee_supp_send()
|
| D | rpc.c | 58 struct tee_param *params; in handle_rpc_func_cmd_i2c_transfer() 73 params = kmalloc_array(arg->num_params, sizeof(struct tee_param), in handle_rpc_func_cmd_i2c_transfer() 238 struct tee_param *params; in handle_rpc_supp_cmd() 242 params = kmalloc_array(arg->num_params, sizeof(struct tee_param), in handle_rpc_supp_cmd() 265 struct tee_param param; in cmd_alloc_suppl() 383 struct tee_param param; in cmd_free_suppl()
|
| D | core.c | 37 int optee_from_msg_param(struct tee_param *params, size_t num_params, in optee_from_msg_param() 46 struct tee_param *p = params + n; in optee_from_msg_param() 120 const struct tee_param *p) in to_msg_param_tmp_mem() 148 const struct tee_param *p) in to_msg_param_reg_mem() 167 const struct tee_param *params) in optee_to_msg_param() 173 const struct tee_param *p = params + n; in optee_to_msg_param()
|
| D | device.c | 28 struct tee_param param[4]; in get_devices()
|
| D | call.c | 210 struct tee_param *param) in optee_open_session() 315 struct tee_param *param) in optee_invoke_func()
|
| /Linux-v5.10/include/linux/ |
| D | tee_drv.h | 74 struct tee_param { struct 103 struct tee_param *param); 107 struct tee_param *param); 110 struct tee_param *param); 112 struct tee_param *param); 507 struct tee_param *param); 530 struct tee_param *param); 544 static inline bool tee_param_is_memref(struct tee_param *param) in tee_param_is_memref()
|
| /Linux-v5.10/drivers/tee/amdtee/ |
| D | amdtee_private.h | 125 struct tee_param *param); 131 struct tee_param *param); 145 struct tee_param *p); 154 struct tee_param *p);
|
| D | call.c | 15 static int tee_params_to_amd_params(struct tee_param *tee, u32 count, in tee_params_to_amd_params() 72 static int amd_params_to_tee_params(struct tee_param *tee, u32 count, in amd_params_to_tee_params() 183 struct tee_param *p) in handle_invoke_cmd() 294 struct tee_param *p) in handle_open_session()
|
| D | core.c | 237 struct tee_param *param) in amdtee_open_session() 406 struct tee_param *param) in amdtee_invoke_func()
|
| /Linux-v5.10/drivers/tee/ |
| D | tee_core.c | 22 #define TEE_IOCTL_PARAM_SIZE(x) (sizeof(struct tee_param) * (x)) 355 static int params_from_user(struct tee_context *ctx, struct tee_param *params, in params_from_user() 435 size_t num_params, struct tee_param *params) in params_to_user() 441 struct tee_param *p = params + n; in params_to_user() 471 struct tee_param *params = NULL; in tee_ioctl_open_session() 492 params = kcalloc(arg.num_params, sizeof(struct tee_param), in tee_ioctl_open_session() 550 struct tee_param *params = NULL; in tee_ioctl_invoke() 570 params = kcalloc(arg.num_params, sizeof(struct tee_param), in tee_ioctl_invoke() 634 size_t num_params, struct tee_param *params) in params_to_supp() 640 struct tee_param *p = params + n; in params_to_supp() [all …]
|
| /Linux-v5.10/drivers/firmware/broadcom/ |
| D | tee_bnxt_fw.c | 68 struct tee_param *param) in prepare_args() 103 struct tee_param param[MAX_TEE_PARAM_ARRY_MEMB]; in tee_bnxt_fw_load() 134 struct tee_param param[MAX_TEE_PARAM_ARRY_MEMB]; in tee_bnxt_copy_coredump()
|
| /Linux-v5.10/drivers/char/tpm/ |
| D | tpm_ftpm_tee.c | 81 struct tee_param command_params[4]; in ftpm_tee_tpm_op_send() 103 command_params[0] = (struct tee_param) { in ftpm_tee_tpm_op_send() 121 command_params[1] = (struct tee_param) { in ftpm_tee_tpm_op_send()
|
| /Linux-v5.10/drivers/char/hw_random/ |
| D | optee-rng.c | 80 struct tee_param param[4]; in get_optee_rng_data() 180 struct tee_param param[4]; in get_optee_rng_info()
|