/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
amdgpu_hdcp_psp.c | 414 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_prepare_ake_init 420 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; 423 hdcp2_message_init(hdcp, msg_in); 426 msg_in->prepare.msg1_id = TA_HDCP_HDCP2_MSG_ID__AKE_INIT; 443 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_validate_ake_cert 449 msg_in = &hdcp_cmd->in_msg.hdcp2_prepare_process_authentication_message_v2; 452 hdcp2_message_init(hdcp, msg_in); 454 msg_in->process.msg1_desc.msg_id = TA_HDCP_HDCP2_MSG_ID__AKE_SEND_CERT; 455 msg_in->process.msg1_desc.msg_size = TA_HDCP_HDCP2_MSG_ID_MAX_SIZE__AKE_SEND_CERT; 457 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert 490 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_validate_h_prime 535 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_prepare_lc_init 565 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_validate_l_prime 599 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_prepare_eks 638 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_enable_encryption 671 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_validate_rx_id_list 713 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_enable_dp_stream_encryption 750 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_prepare_stream_management 782 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_input_v2 *msg_in; local in function:mod_hdcp_hdcp2_validate_stream_ready [all...] |
/src/sys/arch/bebox/stand/boot/ |
sdvar.h | 60 uint8_t msg_in[16]; /* 16 */ member in struct:siop_common_xfer
|
siop.c | 702 const int off_msg_in = offsetof(struct siop_common_xfer, msg_in);
|
/src/sys/arch/prep/stand/boot/ |
sdvar.h | 60 uint8_t msg_in[16]; /* 16 */ member in struct:siop_common_xfer
|
siop.c | 681 const int off_msg_in = offsetof(struct siop_common_xfer, msg_in);
|
/src/sys/dev/ic/ |
siop_common.c | 344 switch (tables->msg_in[3]) { 368 tables->msg_in[3]); 390 if (tables->msg_in[3] >= MSG_EXT_WDTR_BUS_16_BIT 427 printf(" 0x%x", tables->msg_in[i]); 433 sync = tables->msg_in[3]; 434 offset = tables->msg_in[5]; 435 options = tables->msg_in[7]; 483 if (tables->msg_in[6] != 1) { 487 target, tables->msg_in[6]); 534 sync = tables->msg_in[3] [all...] |
esiop.c | 533 printf("T/L/Q=%d/%d/%d last msg_in=0x%x status=0x%x\n", 534 target, lun, tag, esiop_cmd->cmd_tables->msg_in[0], 936 esiop_cmd->cmd_tables->msg_in[2], 937 esiop_cmd->cmd_tables->msg_in[1]); 939 if (esiop_cmd->cmd_tables->msg_in[1] > 940 sizeof(esiop_cmd->cmd_tables->msg_in) - 2) 943 esiop_cmd->cmd_tables->msg_in[1]); 945 htole32(esiop_cmd->cmd_tables->msg_in[1] - 1); 955 esiop_cmd->cmd_tables->msg_in[2]); 956 for (i = 3; i < 2 + esiop_cmd->cmd_tables->msg_in[1] [all...] |
siop.c | 414 printf("last msg_in=0x%x status=0x%x\n", 415 siop_cmd->cmd_tables->msg_in[0], 786 siop_cmd->cmd_tables->msg_in[0]); 798 siop_cmd->cmd_tables->msg_in[2], 799 siop_cmd->cmd_tables->msg_in[1]); 801 if (siop_cmd->cmd_tables->msg_in[1] > 802 sizeof(siop_cmd->cmd_tables->msg_in) - 2) 805 siop_cmd->cmd_tables->msg_in[1]); 808 siop_cmd->cmd_tables->msg_in[1] - 1); 818 siop_cmd->cmd_tables->msg_in[2]) [all...] |
siopvar_common.h | 52 uint8_t msg_in[16]; /* 16 */ member in struct:siop_common_xfer
|