Home
last modified time | relevance | path

Searched refs:msg_in (Results 1 – 15 of 15) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/i915/pxp/
Dintel_pxp_tee.c55 void *msg_in, u32 msg_in_size, in intel_pxp_tee_io_message() argument
74 ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size); in intel_pxp_tee_io_message()
104 void *msg_in, size_t msg_in_len, in intel_pxp_tee_stream_message() argument
129 memcpy(pxp->stream_cmd.vaddr, msg_in, msg_in_len); in intel_pxp_tee_stream_message()
327 struct pxp42_create_arb_in msg_in = {0}; in intel_pxp_tee_cmd_create_arb_session() local
331 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_cmd_create_arb_session()
332 msg_in.header.command_id = PXP42_CMDID_INIT_SESSION; in intel_pxp_tee_cmd_create_arb_session()
333 msg_in.header.buffer_len = sizeof(msg_in) - sizeof(msg_in.header); in intel_pxp_tee_cmd_create_arb_session()
334 msg_in.protection_mode = PXP42_ARB_SESSION_MODE_HEAVY; in intel_pxp_tee_cmd_create_arb_session()
335 msg_in.session_id = arb_session_id; in intel_pxp_tee_cmd_create_arb_session()
[all …]
Dintel_pxp_gsccs.c53 void *msg_in, size_t msg_in_size, in gsccs_send_message() argument
88 if (!msg_in && !msg_out) in gsccs_send_message()
95 if (msg_in && msg_in_size) in gsccs_send_message()
96 memcpy(exec_res->pkt_vaddr + sizeof(*header), msg_in, msg_in_size); in gsccs_send_message()
165 void *msg_in, size_t msg_in_size, in gsccs_send_message_retry_complete() argument
178 ret = gsccs_send_message(pxp, msg_in, msg_in_size, msg_out, msg_out_size_max, in gsccs_send_message_retry_complete()
211 struct pxp43_create_arb_in msg_in = {0}; in intel_pxp_gsccs_create_session() local
215 msg_in.header.api_version = PXP_APIVER(4, 3); in intel_pxp_gsccs_create_session()
216 msg_in.header.command_id = PXP43_CMDID_INIT_SESSION; in intel_pxp_gsccs_create_session()
217 msg_in.header.stream_id = (FIELD_PREP(PXP43_INIT_SESSION_APPID, arb_session_id) | in intel_pxp_gsccs_create_session()
[all …]
Dintel_pxp_tee.h19 void *msg_in, size_t msg_in_len,
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_huc_fw.c31 struct mtl_huc_auth_msg_in *msg_in; in intel_huc_fw_auth_via_gsccs() local
49 msg_in = pkt_vaddr; in intel_huc_fw_auth_via_gsccs()
52 intel_gsc_uc_heci_cmd_emit_mtl_header(&msg_in->header, in intel_huc_fw_auth_via_gsccs()
54 sizeof(*msg_in), 0); in intel_huc_fw_auth_via_gsccs()
56 msg_in->huc_in.header.api_version = PXP_APIVER(4, 3); in intel_huc_fw_auth_via_gsccs()
57 msg_in->huc_in.header.command_id = PXP43_CMDID_NEW_HUC_AUTH; in intel_huc_fw_auth_via_gsccs()
58 msg_in->huc_in.header.status = 0; in intel_huc_fw_auth_via_gsccs()
59 msg_in->huc_in.header.buffer_len = sizeof(msg_in->huc_in) - in intel_huc_fw_auth_via_gsccs()
60 sizeof(msg_in->huc_in.header); in intel_huc_fw_auth_via_gsccs()
61 msg_in->huc_in.huc_base_address = huc->fw.vma_res.start; in intel_huc_fw_auth_via_gsccs()
[all …]
Dintel_gsc_fw.c347 struct mtl_gsc_ver_msg_in *msg_in; in gsc_fw_query_compatibility_version() local
362 msg_in = vaddr; in gsc_fw_query_compatibility_version()
365 intel_gsc_uc_heci_cmd_emit_mtl_header(&msg_in->header, in gsc_fw_query_compatibility_version()
367 sizeof(*msg_in), 0); in gsc_fw_query_compatibility_version()
368 msg_in->mkhi.group_id = MKHI_GROUP_ID_GFX_SRV; in gsc_fw_query_compatibility_version()
369 msg_in->mkhi.command = MKHI_GFX_SRV_GET_HOST_COMPATIBILITY_VERSION; in gsc_fw_query_compatibility_version()
373 sizeof(*msg_in), in gsc_fw_query_compatibility_version()
/linux-6.6.21/drivers/gpu/drm/amd/display/modules/hdcp/
Dhdcp_psp.c579 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_prepare_ake_init() local
587 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
590 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_prepare_ake_init()
593 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_INIT; in mod_hdcp_hdcp2_prepare_ake_init()
611 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_validate_ake_cert() local
619 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
622 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_validate_ake_cert()
624 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
625 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
627 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert()
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_hdcp_gsc.h21 ssize_t intel_hdcp_gsc_msg_send(struct drm_i915_private *i915, u8 *msg_in,
Dintel_hdcp_gsc.c777 ssize_t intel_hdcp_gsc_msg_send(struct drm_i915_private *i915, u8 *msg_in, in intel_hdcp_gsc_msg_send() argument
808 memcpy(hdcp_message->hdcp_cmd_in + sizeof(*header_in), msg_in, msg_in_len); in intel_hdcp_gsc_msg_send()
/linux-6.6.21/drivers/scsi/
Dmesh.c121 msg_in, enumerator
689 case msg_in: in start_phase()
890 ms->msgphase = msg_in; in reselected()
1066 if (ms->msgphase == msg_in) { in handle_error()
1380 if (ms->msgphase == msg_in) { in phase_mismatch()
1411 ms->msgphase = msg_in; in phase_mismatch()
1453 ms->msgphase = msg_in; in cmd_complete()
1456 case msg_in: in cmd_complete()
1532 ms->msgphase = ms->expect_reply? msg_in: msg_none; in cmd_complete()
1604 ms->msgphase = msg_in; in cmd_complete()
Desp_scsi.c1491 u8 period = esp->msg_in[3]; in esp_msgin_sdtr()
1492 u8 offset = esp->msg_in[4]; in esp_msgin_sdtr()
1542 int size = 8 << esp->msg_in[3]; in esp_msgin_wdtr()
1597 if (esp->msg_in[2] == EXTENDED_SDTR) { in esp_msgin_extended()
1601 if (esp->msg_in[2] == EXTENDED_WDTR) { in esp_msgin_extended()
1607 "Unexpected extended msg type %x\n", esp->msg_in[2]); in esp_msgin_extended()
1619 u8 msg0 = esp->msg_in[0]; in esp_msgin_process()
1633 if (len < esp->msg_in[1] + 2) in esp_msgin_process()
1644 if (esp->msg_in[1] != 1) in esp_msgin_process()
1974 esp->msg_in[esp->msg_in_len++] = val; in esp_process_event()
Desp_scsi.h472 u8 msg_in[ESP_MAX_MSG_SZ]; member
Dncr53c8xx.c1805 ncrcmd msg_in [ 2]; member
2169 PADDR (msg_in),
/linux-6.6.21/drivers/scsi/sym53c8xx_2/
Dsym_fw1.h72 u32 msg_in [ 2]; member
387 PADDR_A (msg_in),
635 PADDR_A (msg_in),
773 PADDR_A (msg_in),
Dsym_fw2.h73 u32 msg_in [ 2]; member
372 PADDR_A (msg_in),
624 PADDR_A (msg_in),
748 PADDR_A (msg_in),
/linux-6.6.21/drivers/staging/fieldbus/anybuss/
Dhost.c807 void *msg_in, size_t msg_in_sz, in _anybus_mbox_cmd() argument
854 memcpy(msg_in, pd->msg, msg_in_sz); in _anybus_mbox_cmd()