HomeSort by: relevance | last modified time | path
    Searched defs:i915_hdcp_component_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/include/drm/
i915_mei_hdcp_interface.h 44 struct i915_hdcp_component_ops { struct
72 const struct i915_hdcp_component_ops *ops;
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hdcp.c 1804 static const struct component_ops i915_hdcp_component_ops = { variable in typeref:typename:const struct component_ops
1902 ret = component_add_typed(dev_priv->drm.dev, &i915_hdcp_component_ops,
2044 component_del(dev_priv->drm.dev, &i915_hdcp_component_ops);

Completed in 13 milliseconds