Home
last modified time | relevance | path

Searched refs:verify_repeater_in (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/misc/mei/hdcp/
Dmei_hdcp.c480 struct wired_cmd_verify_repeater_in verify_repeater_in = { { 0 } }; in mei_hdcp_repeater_check_flow_prepare_ack() local
490 verify_repeater_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_repeater_check_flow_prepare_ack()
491 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in mei_hdcp_repeater_check_flow_prepare_ack()
492 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in mei_hdcp_repeater_check_flow_prepare_ack()
493 verify_repeater_in.header.buffer_len = in mei_hdcp_repeater_check_flow_prepare_ack()
496 verify_repeater_in.port.integrated_port_type = data->port_type; in mei_hdcp_repeater_check_flow_prepare_ack()
497 verify_repeater_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_repeater_check_flow_prepare_ack()
498 verify_repeater_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_repeater_check_flow_prepare_ack()
500 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in mei_hdcp_repeater_check_flow_prepare_ack()
502 memcpy(verify_repeater_in.seq_num_v, rep_topology->seq_num_v, in mei_hdcp_repeater_check_flow_prepare_ack()
[all …]
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_hdcp_gsc.c392 struct wired_cmd_verify_repeater_in verify_repeater_in = { { 0 } }; in gsc_hdcp_repeater_check_flow_prepare_ack() local
406 verify_repeater_in.header.api_version = HDCP_API_VERSION; in gsc_hdcp_repeater_check_flow_prepare_ack()
407 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in gsc_hdcp_repeater_check_flow_prepare_ack()
408 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in gsc_hdcp_repeater_check_flow_prepare_ack()
409 verify_repeater_in.header.buffer_len = in gsc_hdcp_repeater_check_flow_prepare_ack()
412 verify_repeater_in.port.integrated_port_type = data->port_type; in gsc_hdcp_repeater_check_flow_prepare_ack()
413 verify_repeater_in.port.physical_port = (u8)data->hdcp_ddi; in gsc_hdcp_repeater_check_flow_prepare_ack()
414 verify_repeater_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in gsc_hdcp_repeater_check_flow_prepare_ack()
416 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in gsc_hdcp_repeater_check_flow_prepare_ack()
418 memcpy(verify_repeater_in.seq_num_v, rep_topology->seq_num_v, in gsc_hdcp_repeater_check_flow_prepare_ack()
[all …]