Home
last modified time | relevance | path

Searched refs:component_add_typed (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dcomponent.h37 int component_add_typed(struct device *dev, const struct component_ops *ops,
/linux/drivers/base/
H A Dcomponent.c762 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() function
770 EXPORT_SYMBOL_GPL(component_add_typed);
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_proxy.c412 err = component_add_typed(i915->drm.dev, &i915_gsc_proxy_component_ops, in intel_gsc_proxy_init()
/linux/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_tee.c301 ret = component_add_typed(i915->drm.dev, &i915_pxp_tee_component_ops, in intel_pxp_tee_component_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_gsc_proxy.c456 err = component_add_typed(xe->drm.dev, &xe_gsc_proxy_component_ops, in xe_gsc_proxy_init()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio.c1357 ret = component_add_typed(i915->drm.dev, in i915_audio_component_register()
H A Dintel_hdcp.c2370 ret = component_add_typed(display->drm->dev, &i915_hdcp_ops, in intel_hdcp_component_init()