Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c59 void *msg_in, u32 msg_in_size, in intel_pxp_tee_io_message() argument
78 ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size, in intel_pxp_tee_io_message()
110 void *msg_in, size_t msg_in_len, in intel_pxp_tee_stream_message() argument
135 memcpy(pxp->stream_cmd.vaddr, msg_in, msg_in_len); in intel_pxp_tee_stream_message()
334 struct pxp42_create_arb_in msg_in = {}; in intel_pxp_tee_cmd_create_arb_session() local
338 msg_in.header.api_version = PXP_APIVER(4, 2); in intel_pxp_tee_cmd_create_arb_session()
339 msg_in.header.command_id = PXP42_CMDID_INIT_SESSION; in intel_pxp_tee_cmd_create_arb_session()
340 msg_in.header.buffer_len = sizeof(msg_in) - sizeof(msg_in.header); in intel_pxp_tee_cmd_create_arb_session()
341 msg_in.protection_mode = PXP42_ARB_SESSION_MODE_HEAVY; in intel_pxp_tee_cmd_create_arb_session()
342 msg_in.session_id = arb_session_id; in intel_pxp_tee_cmd_create_arb_session()
[all …]
H A Dintel_pxp_tee.h19 void *msg_in, size_t msg_in_len,
/linux/drivers/gpu/drm/i915/gt/uc/
H A 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 …]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c585 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_prepare_ake_init() local
593 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
596 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_prepare_ake_init()
599 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_INIT; in mod_hdcp_hdcp2_prepare_ake_init()
617 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_validate_ake_cert() local
625 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
628 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_validate_ake_cert()
630 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
631 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
633 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert()
[all …]
/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h72 u32 msg_in [ 2]; member
387 PADDR_A (msg_in),
635 PADDR_A (msg_in),
773 PADDR_A (msg_in),
H A Dsym_fw2.h73 u32 msg_in [ 2]; member
372 PADDR_A (msg_in),
624 PADDR_A (msg_in),
748 PADDR_A (msg_in),
/linux/drivers/scsi/
H A 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()
H A Desp_scsi.h472 u8 msg_in[ESP_MAX_MSG_SZ]; member
H A Dncr53c8xx.c1805 ncrcmd msg_in [ 2]; member
2169 PADDR (msg_in),