Home
last modified time | relevance | path

Searched refs:repeater_auth_stream_ready (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_ddc.c542 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready[0] = HDCP_2_2_REP_STREAM_READY; in mod_hdcp_read_stream_ready()
544 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready+1, in mod_hdcp_read_stream_ready()
545 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)-1); in mod_hdcp_read_stream_ready()
549 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_read_stream_ready()
550 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_read_stream_ready()
H A Dhdcp_log.c120 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_log_ddc_trace()
121 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_log_ddc_trace()
H A Dhdcp_psp.c1009 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready); in mod_hdcp_hdcp2_validate_stream_ready()
1011 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_hdcp2_validate_stream_ready()
1012 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_hdcp2_validate_stream_ready()
H A Dhdcp.h151 uint8_t repeater_auth_stream_ready[33]; member