Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dcomponent.c780 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() function
788 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.c496 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.c1365 ret = component_add_typed(display->drm->dev, in intel_audio_component_register()