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

/linux-4.1.27/include/linux/
H A Dcomponent.h34 int component_master_add_with_match(struct device *,
/linux-4.1.27/drivers/base/
H A Dcomponent.c286 int component_master_add_with_match(struct device *dev, component_master_add_with_match() function
327 EXPORT_SYMBOL_GPL(component_master_add_with_match); variable
332 return component_master_add_with_match(dev, ops, NULL); component_master_add()
/linux-4.1.27/sound/pci/hda/
H A Dhda_i915.c162 ret = component_master_add_with_match(dev, &hda_component_master_ops, hda_i915_init()
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_drm_drv.c262 return component_master_add_with_match(dev, &sti_drm_ops, match); sti_drm_master_probe()
H A Dsti_tvout.c747 component_master_add_with_match(dev, &sti_tvout_master_ops, match); sti_tvout_probe()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_drv.c456 return component_master_add_with_match(&pdev->dev, armada_drm_probe()
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c537 return component_master_add_with_match(dev, &rockchip_drm_ops, match); rockchip_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c577 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, exynos_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/imx/
H A Dimx-drm-core.c586 return component_master_add_with_match(&pdev->dev, &imx_drm_ops, match);
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.c1047 return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); msm_pdev_probe()

Completed in 266 milliseconds