Searched refs:verify_repeater_in (Results 1 – 2 of 2) sorted by relevance
398 struct wired_cmd_verify_repeater_in verify_repeater_in = {}; in intel_hdcp_gsc_repeater_check_flow_prepare_ack() local414 verify_repeater_in.header.api_version = HDCP_API_VERSION; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()415 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()416 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()417 verify_repeater_in.header.buffer_len = in intel_hdcp_gsc_repeater_check_flow_prepare_ack()420 verify_repeater_in.port.integrated_port_type = data->port_type; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()421 verify_repeater_in.port.physical_port = (u8)data->hdcp_ddi; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()422 verify_repeater_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in intel_hdcp_gsc_repeater_check_flow_prepare_ack()424 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in intel_hdcp_gsc_repeater_check_flow_prepare_ack()426 memcpy(verify_repeater_in.seq_num_v, rep_topology->seq_num_v, in intel_hdcp_gsc_repeater_check_flow_prepare_ack()[all …]
481 struct wired_cmd_verify_repeater_in verify_repeater_in = { { 0 } }; in mei_hdcp_repeater_check_flow_prepare_ack() local491 verify_repeater_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_repeater_check_flow_prepare_ack()492 verify_repeater_in.header.command_id = WIRED_VERIFY_REPEATER; in mei_hdcp_repeater_check_flow_prepare_ack()493 verify_repeater_in.header.status = FW_HDCP_STATUS_SUCCESS; in mei_hdcp_repeater_check_flow_prepare_ack()494 verify_repeater_in.header.buffer_len = in mei_hdcp_repeater_check_flow_prepare_ack()497 verify_repeater_in.port.integrated_port_type = data->port_type; in mei_hdcp_repeater_check_flow_prepare_ack()498 verify_repeater_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_repeater_check_flow_prepare_ack()499 verify_repeater_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_repeater_check_flow_prepare_ack()501 memcpy(verify_repeater_in.rx_info, rep_topology->rx_info, in mei_hdcp_repeater_check_flow_prepare_ack()503 memcpy(verify_repeater_in.seq_num_v, rep_topology->seq_num_v, in mei_hdcp_repeater_check_flow_prepare_ack()[all …]