Lines Matching refs:verify_repeater_in
480 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 = 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()
504 memcpy(verify_repeater_in.v_prime, rep_topology->v_prime, in mei_hdcp_repeater_check_flow_prepare_ack()
506 memcpy(verify_repeater_in.receiver_ids, rep_topology->receiver_ids, in mei_hdcp_repeater_check_flow_prepare_ack()
509 byte = mei_cldev_send(cldev, (u8 *)&verify_repeater_in, in mei_hdcp_repeater_check_flow_prepare_ack()
510 sizeof(verify_repeater_in)); in mei_hdcp_repeater_check_flow_prepare_ack()