Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Di915_hdcp_interface.h164 int (*enable_hdcp_authentication)(struct device *dev, member
/openbmc/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c731 .enable_hdcp_authentication = mei_hdcp_enable_authentication,
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp_gsc.c614 .enable_hdcp_authentication = gsc_hdcp_enable_authentication,
H A Dintel_hdcp.c1379 ret = arbiter->ops->enable_hdcp_authentication(arbiter->hdcp_dev, data); in hdcp2_authenticate_port()