Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c502 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready[0] = 17; in mod_hdcp_read_stream_ready()
504 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready+1, in mod_hdcp_read_stream_ready()
505 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)-1); in mod_hdcp_read_stream_ready()
509 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_read_stream_ready()
510 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_read_stream_ready()
H A Dhdcp_log.h163 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, \
164 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); \
H A Damdgpu_hdcp_psp.c795 msg_in->process.msg1_desc.msg_size = sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready); in mod_hdcp_hdcp2_validate_stream_ready()
797 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_hdcp2_validate_stream_ready()
798 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_hdcp2_validate_stream_ready()
H A Dhdcp.h155 uint8_t repeater_auth_stream_ready[33]; member
H A Damdgpu_hdcp2_execution.c199 status = (size == sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)) ? in check_stream_ready_available()