Home
last modified time | relevance | path

Searched refs:enable_auth_in (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/misc/mei/hdcp/
Dmei_hdcp.c621 struct wired_cmd_enable_auth_in enable_auth_in = { { 0 } }; in mei_hdcp_enable_authentication() local
631 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
632 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in mei_hdcp_enable_authentication()
633 enable_auth_in.header.status = ME_HDCP_STATUS_SUCCESS; in mei_hdcp_enable_authentication()
634 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in mei_hdcp_enable_authentication()
636 enable_auth_in.port.integrated_port_type = data->port_type; in mei_hdcp_enable_authentication()
637 enable_auth_in.port.physical_port = (u8)data->fw_ddi; in mei_hdcp_enable_authentication()
638 enable_auth_in.port.attached_transcoder = (u8)data->fw_tc; in mei_hdcp_enable_authentication()
639 enable_auth_in.stream_type = data->streams[0].stream_type; in mei_hdcp_enable_authentication()
641 byte = mei_cldev_send(cldev, (u8 *)&enable_auth_in, in mei_hdcp_enable_authentication()
[all …]