Home
last modified time | relevance | path

Searched refs:component_master_add_with_match (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/linux/
Dcomponent.h34 int component_master_add_with_match(struct device *,
/linux-4.4.14/drivers/base/
Dcomponent.c286 int component_master_add_with_match(struct device *dev, in component_master_add_with_match() function
327 EXPORT_SYMBOL_GPL(component_master_add_with_match);
332 return component_master_add_with_match(dev, ops, NULL); in component_master_add()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_of.c149 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/linux-4.4.14/sound/hda/
Dhdac_i915.c220 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_i915_init()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_drv.c241 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c263 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c307 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c540 return component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c625 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c664 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c1250 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c1125 return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); in msm_pdev_probe()