Searched refs:stream_encryption (Results 1 – 3 of 3) sorted by relevance
90 int (*stream_encryption)(struct intel_connector *connector, member
958 if (shim->stream_encryption) { in intel_hdcp_auth()959 ret = shim->stream_encryption(connector, true); in intel_hdcp_auth()989 if (hdcp->shim->stream_encryption) { in _intel_hdcp_disable()990 ret = hdcp->shim->stream_encryption(connector, false); in _intel_hdcp_disable()
862 .stream_encryption = intel_dp_mst_hdcp_stream_encryption,