Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/hdcp/
Dmei_hdcp.c618 struct wired_cmd_enable_auth_out enable_auth_out = { { 0 } }; in mei_hdcp_enable_authentication() local
643 byte = mei_cldev_recv(cldev, (u8 *)&enable_auth_out, in mei_hdcp_enable_authentication()
644 sizeof(enable_auth_out)); in mei_hdcp_enable_authentication()
650 if (enable_auth_out.header.status != ME_HDCP_STATUS_SUCCESS) { in mei_hdcp_enable_authentication()
652 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in mei_hdcp_enable_authentication()