Searched refs:component_add_typed (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | component.h | 37 int component_add_typed(struct device *dev, const struct component_ops *ops,
|
| /linux-6.15/drivers/base/ |
| H A D | component.c | 779 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() function 787 EXPORT_SYMBOL_GPL(component_add_typed);
|
| /linux-6.15/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_gsc_proxy.c | 412 err = component_add_typed(i915->drm.dev, &i915_gsc_proxy_component_ops, in intel_gsc_proxy_init()
|
| /linux-6.15/drivers/gpu/drm/i915/pxp/ |
| H A D | intel_pxp_tee.c | 301 ret = component_add_typed(i915->drm.dev, &i915_pxp_tee_component_ops, in intel_pxp_tee_component_init()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gsc_proxy.c | 495 err = component_add_typed(xe->drm.dev, &xe_gsc_proxy_component_ops, in xe_gsc_proxy_init()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_audio.c | 1362 ret = component_add_typed(display->drm->dev, in intel_audio_component_register()
|
| H A D | intel_hdcp.c | 2369 ret = component_add_typed(display->drm->dev, &i915_hdcp_ops, in intel_hdcp_component_init()
|