Searched refs:stream_2_2_encryption (Results 1 – 3 of 3) sorted by relevance
1751 if (hdcp->shim->stream_2_2_encryption) { in hdcp2_enable_stream_encryption()1752 ret = hdcp->shim->stream_2_2_encryption(connector, true); in hdcp2_enable_stream_encryption()1970 if (hdcp->shim->stream_2_2_encryption) { in _intel_hdcp2_disable()1971 ret = hdcp->shim->stream_2_2_encryption(connector, false); in _intel_hdcp2_disable()
790 .stream_2_2_encryption = intel_dp_mst_hdcp2_stream_encryption,
523 int (*stream_2_2_encryption)(struct intel_connector *connector, member