Searched refs:enable_auth_out (Results 1 – 2 of 2) sorted by relevance
622 struct wired_cmd_enable_auth_out enable_auth_out = { { 0 } }; in mei_hdcp_enable_authentication() local648 byte = mei_cldev_recv(cldev, (u8 *)&enable_auth_out, in mei_hdcp_enable_authentication()649 sizeof(enable_auth_out)); in mei_hdcp_enable_authentication()655 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in mei_hdcp_enable_authentication()657 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in mei_hdcp_enable_authentication()
516 struct wired_cmd_enable_auth_out enable_auth_out = { { 0 } }; in gsc_hdcp_enable_authentication() local541 (u8 *)&enable_auth_out, in gsc_hdcp_enable_authentication()542 sizeof(enable_auth_out)); in gsc_hdcp_enable_authentication()548 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in gsc_hdcp_enable_authentication()550 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in gsc_hdcp_enable_authentication()