Searched refs:verify_repeater_in (Results 1 – 1 of 1) sorted by relevance
480 struct wired_cmd_verify_repeater_in verify_repeater_in = { { 0 } }; in mei_hdcp_repeater_check_flow_prepare_ack() local490 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 = ME_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->fw_ddi; in mei_hdcp_repeater_check_flow_prepare_ack()498 verify_repeater_in.port.attached_transcoder = (u8)data->fw_tc; 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 …]