Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Di915_hdcp_interface.h122 struct i915_hdcp_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_ops *ops; argument
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_hdcp.c2135 static const struct component_ops i915_hdcp_ops = { variable