Searched defs:i915_hdcp_component_ops (Results 1 – 2 of 2) sorted by relevance
87 struct i915_hdcp_component_ops { struct91 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
1747 static const struct component_ops i915_hdcp_component_ops = { variable