Home
last modified time | relevance | path

Searched refs:msg_out (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c60 void *msg_out, u32 msg_out_max_size, in intel_pxp_tee_io_message() argument
85 ret = pxp_component->ops->recv(pxp_component->tee_dev, msg_out, msg_out_max_size, in intel_pxp_tee_io_message()
111 void *msg_out, size_t msg_out_len) in intel_pxp_tee_stream_message() argument
142 memcpy(msg_out, pxp->stream_cmd.vaddr, msg_out_len); in intel_pxp_tee_stream_message()
335 struct pxp42_create_arb_out msg_out = {}; in intel_pxp_tee_cmd_create_arb_session() local
346 &msg_out, sizeof(msg_out), in intel_pxp_tee_cmd_create_arb_session()
351 } else if (msg_out.header.status != 0) { in intel_pxp_tee_cmd_create_arb_session()
352 if (is_fw_err_platform_config(pxp, msg_out.header.status)) { in intel_pxp_tee_cmd_create_arb_session()
355 arb_session_id, msg_out in intel_pxp_tee_cmd_create_arb_session()
373 struct pxp42_inv_stream_key_out msg_out = {}; intel_pxp_tee_end_arb_fw_session() local
[all...]
H A Dintel_pxp_gsccs.c55 void *msg_out, size_t msg_out_size_max, in gsccs_send_message() argument
89 if (!msg_in && !msg_out) in gsccs_send_message()
153 if (msg_out) in gsccs_send_message()
154 memcpy(msg_out, exec_res->pkt_vaddr + PXP43_MAX_HECI_INOUT_SIZE + sizeof(*header), in gsccs_send_message()
167 void *msg_out, size_t msg_out_size_max, in gsccs_send_message_retry_complete() argument
179 ret = gsccs_send_message(pxp, msg_in, msg_in_size, msg_out, msg_out_size_max, in gsccs_send_message_retry_complete()
213 struct pxp43_create_arb_out msg_out = {}; in intel_pxp_gsccs_create_session() local
226 &msg_out, sizeof(msg_out), NULL); in intel_pxp_gsccs_create_session()
229 } else if (msg_out in intel_pxp_gsccs_create_session()
251 struct pxp42_inv_stream_key_out msg_out = {}; intel_pxp_gsccs_end_arb_fw_session() local
[all...]
H A Dintel_pxp_tee.h20 void *msg_out, size_t msg_out_len);
/linux/drivers/gpu/drm/xe/
H A Dxe_pxp_submit.c145 gsc_res->msg_out = IOSYS_MAP_INIT_OFFSET(&bo->vmap, PXP_BB_SIZE + inout_size); in allocate_gsc_client_resources()
401 void *msg_out, size_t msg_out_size_max) in gsccs_send_message() argument
428 xe_gsc_poison_header(xe, &gsc_res->msg_out, 0); in gsccs_send_message()
456 &gsc_res->msg_out, 0)) { in gsccs_send_message()
467 ret = xe_gsc_read_out_header(xe, &gsc_res->msg_out, 0, in gsccs_send_message()
474 if (msg_out && min_reply_size) { in gsccs_send_message()
475 reply_size = xe_map_rd_field(xe, &gsc_res->msg_out, rd_offset, in gsccs_send_message()
485 xe_map_memcpy_from(xe, msg_out, &gsc_res->msg_out, in gsccs_send_message()
507 struct pxp43_create_arb_out msg_out in xe_pxp_submit_session_init() local
554 struct pxp43_inv_stream_key_out msg_out = {0}; xe_pxp_submit_session_invalidation() local
[all...]
H A Dxe_pxp_types.h60 /** @msg_out: iosys_map to the output memory within the BO */
61 struct iosys_map msg_out; member
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_fw.c32 struct mtl_huc_auth_msg_out *msg_out; in intel_huc_fw_auth_via_gsccs() local
50 msg_out = pkt_vaddr + PXP43_HUC_AUTH_INOUT_SIZE; in intel_huc_fw_auth_via_gsccs()
74 if (msg_out->header.flags & GSC_OUTFLAG_MSG_PENDING) { in intel_huc_fw_auth_via_gsccs()
75 msg_in->header.gsc_message_handle = msg_out->header.gsc_message_handle; in intel_huc_fw_auth_via_gsccs()
84 if (msg_out->header.message_size != sizeof(*msg_out)) { in intel_huc_fw_auth_via_gsccs()
86 msg_out->header.message_size, sizeof(*msg_out)); in intel_huc_fw_auth_via_gsccs()
96 if (msg_out->huc_out.header.status != PXP_STATUS_SUCCESS && in intel_huc_fw_auth_via_gsccs()
97 msg_out in intel_huc_fw_auth_via_gsccs()
[all...]
H A Dintel_gsc_fw.c393 struct mtl_gsc_ver_msg_out *msg_out; in gsc_fw_query_compatibility_version() local
408 msg_out = vaddr + GSC_VER_PKT_SZ; in gsc_fw_query_compatibility_version()
428 if (msg_out->header.message_size != sizeof(*msg_out)) { in gsc_fw_query_compatibility_version()
430 msg_out->header.message_size, sizeof(*msg_out), in gsc_fw_query_compatibility_version()
431 msg_out->header.status, msg_out->header.flags, msg_out->mkhi.result); in gsc_fw_query_compatibility_version()
436 gsc->fw.file_selected.ver.major = msg_out in gsc_fw_query_compatibility_version()
[all...]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c583 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_prepare_ake_init() local
591 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
603 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init()
615 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; in mod_hdcp_hdcp2_validate_ake_cert() local
623 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
644 &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_validate_ake_cert()
648 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)], in mod_hdcp_hdcp2_validate_ake_cert()
651 if (msg_out->process.msg1_status == in mod_hdcp_hdcp2_validate_ake_cert()
654 msg_out->process.is_km_stored ? 1 : 0; in mod_hdcp_hdcp2_validate_ake_cert()
656 msg_out in mod_hdcp_hdcp2_validate_ake_cert()
675 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_h_prime() local
721 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_lc_init() local
754 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_l_prime() local
789 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_eks() local
865 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_rx_id_list() local
962 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_prepare_stream_management() local
998 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; mod_hdcp_hdcp2_validate_stream_ready() local
[all...]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.h16 void *msg_out, size_t msg_out_len);
H A Dintel_hdcp_gsc.c173 void *msg_out, size_t msg_out_len) in intel_hdcp_gsc_msg_send() argument
235 memcpy(msg_out, gsc_context->hdcp_cmd_out + sizeof(*header_out), msg_out_len); in intel_hdcp_gsc_msg_send()
/linux/drivers/gpu/drm/xe/display/
H A Dxe_hdcp_gsc.c160 void *msg_out, size_t msg_out_len) in intel_hdcp_gsc_msg_send() argument
206 xe_map_memcpy_from(xe, msg_out, &gsc_context->hdcp_bo->vmap, in intel_hdcp_gsc_msg_send()
/linux/drivers/scsi/
H A Desp_scsi.c800 spi_populate_width_msg(&esp->msg_out[0], in esp_maybe_execute_command()
806 spi_populate_sync_msg(&esp->msg_out[0], in esp_maybe_execute_command()
836 esp->msg_out[i + 2] = esp->msg_out[i]; in esp_maybe_execute_command()
837 esp->msg_out[0] = ent->tag[0]; in esp_maybe_execute_command()
838 esp->msg_out[1] = ent->tag[1]; in esp_maybe_execute_command()
1467 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_reject()
1525 esp->msg_out[0] = MESSAGE_REJECT; in esp_msgin_sdtr()
1534 spi_populate_sync_msg(&esp->msg_out[0], in esp_msgin_sdtr()
1575 spi_populate_sync_msg(&esp->msg_out[ in esp_msgin_wdtr()
[all...]
H A Dmesh.c118 msg_out, enumerator
696 case msg_out: in start_phase()
703 printk(KERN_ERR "mesh: msg_out but n_msgout=%d\n", in start_phase()
1197 ms->msgphase = msg_out; in handle_msgin()
1227 ms->msgphase = msg_out; in handle_msgin()
1248 ms->msgphase = msg_out; in handle_msgin()
1415 ms->msgphase = msg_out; in phase_mismatch()
1478 case msg_out: in cmd_complete()
1503 printk(KERN_ERR "mesh: error %x in msg_out\n", in cmd_complete()
1509 printk(KERN_ERR "mesh: exc %x in msg_out\ in cmd_complete()
[all...]
H A Desp_scsi.h469 u8 msg_out[ESP_MAX_MSG_SZ]; member
H A Dncr53c8xx.c1824 ncrcmd msg_out [ 9]; member
2192 PADDR (msg_out),
2509 PADDR (msg_out),
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h171 u32 msg_out [ 4]; member
397 PADDR_B (msg_out),
1552 PADDR_B (msg_out),
H A Dsym_fw2.h156 u32 msg_out [ 4]; member
382 PADDR_B (msg_out),
1427 PADDR_B (msg_out),
/linux/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-vchiq.c654 struct mmal_msg **msg_out, in send_synchronous_mmal_msg() argument
707 *msg_out = msg_context->u.sync.msg; in send_synchronous_mmal_msg()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2660 u_int msg_out; in ahd_handle_transmission_error() local
2694 msg_out = INITIATOR_ERROR; in ahd_handle_transmission_error()
2822 msg_out = MSG_PARITY_ERROR; in ahd_handle_transmission_error()
2832 ahd->send_msg_perror = msg_out; in ahd_handle_transmission_error()
2833 if (scb != NULL && msg_out == INITIATOR_ERROR) in ahd_handle_transmission_error()