Searched refs:enable_auth_out (Results 1 – 2 of 2) sorted by relevance
526 struct wired_cmd_enable_auth_out enable_auth_out = {}; in intel_hdcp_gsc_enable_authentication() local553 &enable_auth_out, sizeof(enable_auth_out)); in intel_hdcp_gsc_enable_authentication()559 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in intel_hdcp_gsc_enable_authentication()561 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in intel_hdcp_gsc_enable_authentication()
623 struct wired_cmd_enable_auth_out enable_auth_out = { { 0 } }; in mei_hdcp_enable_authentication() local649 byte = mei_cldev_recv(cldev, (u8 *)&enable_auth_out, in mei_hdcp_enable_authentication()650 sizeof(enable_auth_out)); in mei_hdcp_enable_authentication()656 if (enable_auth_out.header.status != FW_HDCP_STATUS_SUCCESS) { in mei_hdcp_enable_authentication()658 WIRED_ENABLE_AUTH, enable_auth_out.header.status); in mei_hdcp_enable_authentication()