Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Di915_mei_hdcp_interface.h122 struct i915_hdcp_component_ops { struct
126 struct module *owner;
128 int (*initiate_hdcp2_session)(struct device *dev,
131 int (*verify_receiver_cert_prepare_km)(struct device *dev,
139 int (*verify_hprime)(struct device *dev,
142 int (*store_pairing_info)(struct device *dev,
146 int (*initiate_locality_check)(struct device *dev,
149 int (*verify_lprime)(struct device *dev,
152 int (*get_session_key)(struct device *dev,
178 const struct i915_hdcp_component_ops *ops; argument
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_hdcp.c2166 static const struct component_ops i915_hdcp_component_ops = { variable