Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/hdcp/
Dmei_hdcp.c617 struct wired_cmd_enable_auth_in enable_auth_in = { { 0 } }; in mei_hdcp_enable_authentication() local
627 enable_auth_in.header.api_version = HDCP_API_VERSION; in mei_hdcp_enable_authentication()
628 enable_auth_in.header.command_id = WIRED_ENABLE_AUTH; in mei_hdcp_enable_authentication()
629 enable_auth_in.header.status = ME_HDCP_STATUS_SUCCESS; in mei_hdcp_enable_authentication()
630 enable_auth_in.header.buffer_len = WIRED_CMD_BUF_LEN_ENABLE_AUTH_IN; in mei_hdcp_enable_authentication()
632 enable_auth_in.port.integrated_port_type = data->port_type; in mei_hdcp_enable_authentication()
633 enable_auth_in.port.physical_port = mei_get_ddi_index(data->port); in mei_hdcp_enable_authentication()
634 enable_auth_in.stream_type = data->streams[0].stream_type; in mei_hdcp_enable_authentication()
636 byte = mei_cldev_send(cldev, (u8 *)&enable_auth_in, in mei_hdcp_enable_authentication()
637 sizeof(enable_auth_in)); in mei_hdcp_enable_authentication()