Home
last modified time | relevance | path

Searched refs:msg_in (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_gsccs.c53 void *msg_in, size_t msg_in_size, in gsccs_send_message()
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()
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 in intel_pxp_gsccs_create_session()
52 gsccs_send_message(struct intel_pxp *pxp, void *msg_in, size_t msg_in_size, void *msg_out, size_t msg_out_size_max, size_t *msg_out_len, u64 *gsc_msg_handle_retry) gsccs_send_message() argument
164 gsccs_send_message_retry_complete(struct intel_pxp *pxp, void *msg_in, size_t msg_in_size, void *msg_out, size_t msg_out_size_max, size_t *msg_out_len) gsccs_send_message_retry_complete() argument
249 struct pxp42_inv_stream_key_in msg_in = {0}; intel_pxp_gsccs_end_arb_fw_session() local
[all...]
H A Dintel_pxp_tee.c55 void *msg_in, u32 msg_in_size, in intel_pxp_tee_io_message()
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()
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 in intel_pxp_tee_cmd_create_arb_session()
54 intel_pxp_tee_io_message(struct intel_pxp *pxp, void *msg_in, u32 msg_in_size, void *msg_out, u32 msg_out_max_size, u32 *msg_out_rcv_size) intel_pxp_tee_io_message() argument
102 intel_pxp_tee_stream_message(struct intel_pxp *pxp, u8 client_id, u32 fence_id, void *msg_in, size_t msg_in_len, void *msg_out, size_t msg_out_len) intel_pxp_tee_stream_message() argument
365 struct pxp42_inv_stream_key_in msg_in = {0}; intel_pxp_tee_end_arb_fw_session() local
[all...]
H A Dintel_pxp_tee.h19 void *msg_in, size_t msg_in_len,
/kernel/linux/linux-6.6/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 in intel_huc_fw_auth_via_gsccs()
[all...]
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c471 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_prepare_ake_init() local
479 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_prepare_ake_init()
482 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_prepare_ake_init()
485 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_INIT; in mod_hdcp_hdcp2_prepare_ake_init()
503 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; in mod_hdcp_hdcp2_validate_ake_cert() local
511 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; in mod_hdcp_hdcp2_validate_ake_cert()
514 hdcp2_message_init(hdcp, msg_in); in mod_hdcp_hdcp2_validate_ake_cert()
516 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
517 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; in mod_hdcp_hdcp2_validate_ake_cert()
519 memcpy(&msg_in in mod_hdcp_hdcp2_validate_ake_cert()
561 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_h_prime() local
607 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_lc_init() local
640 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_l_prime() local
675 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_eks() local
751 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_rx_id_list() local
804 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_enable_dp_stream_encryption() local
848 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_stream_management() local
884 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_stream_ready() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H A 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 in mod_hdcp_hdcp2_validate_ake_cert()
671 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_h_prime() local
717 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_lc_init() local
750 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_l_prime() local
785 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_eks() local
861 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_rx_id_list() local
914 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_enable_dp_stream_encryption() local
958 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_prepare_stream_management() local
994 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; mod_hdcp_hdcp2_validate_stream_ready() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.h21 ssize_t intel_hdcp_gsc_msg_send(struct drm_i915_private *i915, u8 *msg_in,
H A 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()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dmesh.c121 msg_in, enumerator
695 case msg_in: in start_phase()
896 ms->msgphase = msg_in; in reselected()
1072 if (ms->msgphase == msg_in) { in handle_error()
1386 if (ms->msgphase == msg_in) { in phase_mismatch()
1417 ms->msgphase = msg_in; in phase_mismatch()
1459 ms->msgphase = msg_in; in cmd_complete()
1462 case msg_in: in cmd_complete()
1538 ms->msgphase = ms->expect_reply? msg_in: msg_none; in cmd_complete()
1608 ms->msgphase = msg_in; in cmd_complete()
[all...]
H A Desp_scsi.c1499 u8 period = esp->msg_in[3]; in esp_msgin_sdtr()
1500 u8 offset = esp->msg_in[4]; in esp_msgin_sdtr()
1550 int size = 8 << esp->msg_in[3]; in esp_msgin_wdtr()
1605 if (esp->msg_in[2] == EXTENDED_SDTR) { in esp_msgin_extended()
1609 if (esp->msg_in[2] == EXTENDED_WDTR) { in esp_msgin_extended()
1615 "Unexpected extended msg type %x\n", esp->msg_in[2]); in esp_msgin_extended()
1627 u8 msg0 = esp->msg_in[0]; in esp_msgin_process()
1641 if (len < esp->msg_in[1] + 2) in esp_msgin_process()
1652 if (esp->msg_in[1] != 1) in esp_msgin_process()
1985 esp->msg_in[es in esp_process_event()
[all...]
H A Desp_scsi.h471 u8 msg_in[ESP_MAX_MSG_SZ]; member
H A Dncr53c8xx.c1808 ncrcmd msg_in [ 2]; member
2197 PADDR (msg_in),
2649 ** Wait for a msg_in phase.
6796 ** Possible cases: hs sir msg_in value send goto in ncr_int_sir()
/kernel/linux/linux-6.6/drivers/scsi/
H A 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()
[all...]
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[es in esp_process_event()
[all...]
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),
2621 ** Wait for a msg_in phase.
6630 ** Possible cases: hs sir msg_in value send goto in ncr_int_sir()
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
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),
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),
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
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),
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),
/kernel/linux/linux-5.10/drivers/staging/fieldbus/anybuss/
H A Dhost.c807 void *msg_in, size_t msg_in_sz, in _anybus_mbox_cmd()
854 memcpy(msg_in, pd->msg, msg_in_sz); in _anybus_mbox_cmd()
804 _anybus_mbox_cmd(struct anybuss_host *cd, u16 cmd_num, bool is_fb_cmd, const void *msg_out, size_t msg_out_sz, void *msg_in, size_t msg_in_sz, const void *ext, size_t ext_sz) _anybus_mbox_cmd() argument
/kernel/linux/linux-6.6/drivers/staging/fieldbus/anybuss/
H A Dhost.c807 void *msg_in, size_t msg_in_sz, in _anybus_mbox_cmd()
854 memcpy(msg_in, pd->msg, msg_in_sz); in _anybus_mbox_cmd()
804 _anybus_mbox_cmd(struct anybuss_host *cd, u16 cmd_num, bool is_fb_cmd, const void *msg_out, size_t msg_out_sz, void *msg_in, size_t msg_in_sz, const void *ext, size_t ext_sz) _anybus_mbox_cmd() argument

Completed in 47 milliseconds