Lines Matching refs:enable_auth_in
622 struct wired_cmd_enable_auth_in enable_auth_in = { { 0 } }; in mei_hdcp_enable_authentication() local
632 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
633 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in mei_hdcp_enable_authentication()
634 enable_auth_in.header.status = FW_HDCP_STATUS_SUCCESS; in mei_hdcp_enable_authentication()
635 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in mei_hdcp_enable_authentication()
637 enable_auth_in.port.integrated_port_type = data->port_type; in mei_hdcp_enable_authentication()
638 enable_auth_in.port.physical_port = (u8)data->hdcp_ddi; in mei_hdcp_enable_authentication()
639 enable_auth_in.port.attached_transcoder = (u8)data->hdcp_transcoder; in mei_hdcp_enable_authentication()
640 enable_auth_in.stream_type = data->streams[0].stream_type; in mei_hdcp_enable_authentication()
642 byte = mei_cldev_send(cldev, (u8 *)&enable_auth_in, in mei_hdcp_enable_authentication()
643 sizeof(enable_auth_in)); in mei_hdcp_enable_authentication()