Searched refs:msg_in (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/i915/pxp/ |
| D | intel_pxp_tee.c | 25 void *msg_in, u32 msg_in_size, in intel_pxp_tee_io_message() argument 44 ret = pxp_component->ops->send(pxp_component->tee_dev, msg_in, msg_in_size); in intel_pxp_tee_io_message() 160 struct pxp_tee_create_arb_in msg_in = {0}; in intel_pxp_tee_cmd_create_arb_session() local 164 msg_in.header.api_version = PXP_TEE_APIVER; in intel_pxp_tee_cmd_create_arb_session() 165 msg_in.header.command_id = PXP_TEE_ARB_CMDID; in intel_pxp_tee_cmd_create_arb_session() 166 msg_in.header.buffer_len = sizeof(msg_in) - sizeof(msg_in.header); in intel_pxp_tee_cmd_create_arb_session() 167 msg_in.protection_mode = PXP_TEE_ARB_PROTECTION_MODE; in intel_pxp_tee_cmd_create_arb_session() 168 msg_in.session_id = arb_session_id; in intel_pxp_tee_cmd_create_arb_session() 171 &msg_in, sizeof(msg_in), in intel_pxp_tee_cmd_create_arb_session()
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/modules/hdcp/ |
| D | hdcp_psp.c | 579 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-v6.1/drivers/scsi/ |
| D | mesh.c | 121 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()
|
| D | esp_scsi.c | 1491 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()
|
| D | esp_scsi.h | 472 u8 msg_in[ESP_MAX_MSG_SZ]; member
|
| D | ncr53c8xx.c | 1805 ncrcmd msg_in [ 2]; member 2169 PADDR (msg_in),
|
| /Linux-v6.1/drivers/scsi/sym53c8xx_2/ |
| D | sym_fw1.h | 72 u32 msg_in [ 2]; member 387 PADDR_A (msg_in), 635 PADDR_A (msg_in), 773 PADDR_A (msg_in),
|
| D | sym_fw2.h | 73 u32 msg_in [ 2]; member 372 PADDR_A (msg_in), 624 PADDR_A (msg_in), 748 PADDR_A (msg_in),
|
| /Linux-v6.1/drivers/staging/fieldbus/anybuss/ |
| D | host.c | 807 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()
|