Searched refs:verify_repeater_in (Results 1 – 1 of 1) sorted by relevance
485 struct wired_cmd_verify_repeater_in verify_repeater_in = { { 0 } }; in mei_hdcp_repeater_check_flow_prepare_ack() local495 verify_repeater_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_repeater_check_flow_prepare_ack()496 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in mei_hdcp_repeater_check_flow_prepare_ack()497 verify_repeater_in.header.status = ME_HDCP_STATUS_SUCCESS; in mei_hdcp_repeater_check_flow_prepare_ack()498 verify_repeater_in.header.buffer_len = in mei_hdcp_repeater_check_flow_prepare_ack()501 verify_repeater_in.port.integrated_port_type = data->port_type; in mei_hdcp_repeater_check_flow_prepare_ack()502 verify_repeater_in.port.physical_port = mei_get_ddi_index(data->port); in mei_hdcp_repeater_check_flow_prepare_ack()504 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in mei_hdcp_repeater_check_flow_prepare_ack()506 memcpy(verify_repeater_in.seq_num_v, rep_topology->seq_num_v, in mei_hdcp_repeater_check_flow_prepare_ack()508 memcpy(verify_repeater_in.v_prime, rep_topology->v_prime, in mei_hdcp_repeater_check_flow_prepare_ack()[all …]