Searched refs:repeater_auth_stream_ready (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c120 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready,
121 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready));
H A Dhdcp_ddc.c516 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready[0] = HDCP_2_2_REP_STREAM_READY;
518 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready+1,
519 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)-1);
523 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready,
524 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready));
H A Dhdcp_psp.c1012 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready);
1014 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.repeater_auth_stream_ready,
1015 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready));
H A Dhdcp.h151 uint8_t repeater_auth_stream_ready[33]; member in struct:mod_hdcp_message_hdcp2
H A Dhdcp2_execution.c194 status = (size == sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)) ?

Completed in 284 milliseconds