Home
last modified time | relevance | path

Searched refs:client_context (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.h30 bool tc_user_param_valid(struct tc_ns_client_context *client_context,
H A Dtc_client_driver.c795 struct tc_ns_client_context client_context = {{0}}; in tc_ns_send_cancel_cmd() local
802 if (copy_from_user(&client_context, argp, sizeof(client_context)) != 0) { in tc_ns_send_cancel_cmd()
807 client_context.returns.code = TEEC_ERROR_GENERIC; in tc_ns_send_cancel_cmd()
808 client_context.returns.origin = TEEC_ORIGIN_COMMS; in tc_ns_send_cancel_cmd()
810 if (copy_to_user(argp, &client_context, sizeof(client_context)) != 0) in tc_ns_send_cancel_cmd()
H A Dgp_ops.c94 static int check_user_param(const struct tc_ns_client_context *client_context, in check_user_param() argument
97 if (!client_context) { in check_user_param()
98 tloge("client_context is null\n"); in check_user_param()
205 bool tc_user_param_valid(struct tc_ns_client_context *client_context, in tc_user_param_valid() argument
211 if (check_user_param(client_context, index) != 0) in tc_user_param_valid()
214 client_param = &(client_context->params[index]); in tc_user_param_valid()
215 param_type = teec_param_type_get(client_context->param_types, index); in tc_user_param_valid()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h260 u32 client_context; member
H A Dmmal-vchiq.c422 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()
466 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
470 pr_err("drvbuf.client_context(%u) is invalid\n", in buffer_to_host_cb()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-msg.h260 u32 client_context; member
H A Dmmal-vchiq.c419 m.u.buffer_from_host.drvbuf.client_context = msg_context->handle; in buffer_from_host()
463 handle = msg->u.buffer_from_host.drvbuf.client_context; in buffer_to_host_cb()
467 pr_err("drvbuf.client_context(%u) is invalid\n", in buffer_to_host_cb()

Completed in 10 milliseconds