Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dcomponent.h34 int component_master_add_with_match(struct device *,
/linux-4.1.27/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.1.27/sound/pci/hda/
Dhda_i915.c162 ret = component_master_add_with_match(dev, &hda_component_master_ops, in hda_i915_init()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c262 return component_master_add_with_match(dev, &sti_drm_ops, match); in sti_drm_master_probe()
Dsti_tvout.c747 component_master_add_with_match(dev, &sti_tvout_master_ops, match); in sti_tvout_probe()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c537 return component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_drv.c456 return component_master_add_with_match(&pdev->dev, in armada_drm_probe()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c577 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm-core.c586 return component_master_add_with_match(&pdev->dev, &imx_drm_ops, match); in imx_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.c1047 return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); in msm_pdev_probe()