Home
last modified time | relevance | path

Searched defs:i915_hdcp_component_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/drm/
Di915_mei_hdcp_interface.h87 struct i915_hdcp_component_ops { struct
91 struct module *owner;
93 int (*initiate_hdcp2_session)(struct device *dev,
96 int (*verify_receiver_cert_prepare_km)(struct device *dev,
104 int (*verify_hprime)(struct device *dev,
107 int (*store_pairing_info)(struct device *dev,
111 int (*initiate_locality_check)(struct device *dev,
114 int (*verify_lprime)(struct device *dev,
117 int (*get_session_key)(struct device *dev,
143 const struct i915_hdcp_component_ops *ops; argument
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_hdcp.c1747 static const struct component_ops i915_hdcp_component_ops = { variable