HomeSort by: relevance | last modified time | path
    Searched defs:msg_out (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_psp.c 415 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_prepare_ake_init
421 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2;
433 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0],
444 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_validate_ake_cert
450 msg_out = &hdcp_cmd->out_msg.hdcp2_prepare_process_authentication_message_v2;
470 memcpy(hdcp->auth.msg.hdcp2.ake_no_stored_km, &msg_out->prepare.transmitter_message[0],
474 &msg_out->prepare.transmitter_message[sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)],
477 if (msg_out->process.msg1_status == TA_HDCP2_MSG_AUTHENTICATION_STATUS__SUCCESS) {
478 hdcp->connection.is_km_stored = msg_out->process.is_km_stored ? 1 : 0;
479 hdcp->connection.is_repeater = msg_out->process.is_repeater ? 1 : 0
491 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_validate_h_prime
536 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_prepare_lc_init
566 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_validate_l_prime
600 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_prepare_eks
672 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_validate_rx_id_list
751 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_prepare_stream_management
783 struct ta_hdcp_cmd_hdcp2_process_prepare_authentication_message_output_v2 *msg_out; local in function:mod_hdcp_hdcp2_validate_stream_ready
    [all...]
  /src/sys/arch/bebox/stand/boot/
sdvar.h 59 uint8_t msg_out[16]; /* 0 */ member in struct:siop_common_xfer
  /src/sys/arch/prep/stand/boot/
sdvar.h 59 uint8_t msg_out[16]; /* 0 */ member in struct:siop_common_xfer
  /src/sys/dev/ic/
siopvar_common.h 51 uint8_t msg_out[16]; /* 0 */ member in struct:siop_common_xfer
aic79xx.c 339 ahd_outb(ahd, MSG_OUT, MSG_NOOP); /* No message to send */
1081 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1136 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1270 ahd_outb(ahd, MSG_OUT, HOST_MSG);
1754 u_int msg_out; local in function:ahd_handle_transmission_error
1788 msg_out = MSG_INITIATOR_DET_ERR;
1916 msg_out = MSG_PARITY_ERROR;
1926 ahd->send_msg_perror = msg_out;
1927 if (scb != NULL && msg_out == MSG_INITIATOR_DET_ERR)
1929 ahd_outb(ahd, MSG_OUT, HOST_MSG)
    [all...]

Completed in 15 milliseconds