Searched refs:component_master_add_with_match (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | component.h | 34 int component_master_add_with_match(struct device *,
|
/linux-4.1.27/drivers/base/ |
D | component.c | 286 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/ |
D | hda_i915.c | 162 ret = component_master_add_with_match(dev, &hda_component_master_ops, in hda_i915_init()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 262 return component_master_add_with_match(dev, &sti_drm_ops, match); in sti_drm_master_probe()
|
D | sti_tvout.c | 747 component_master_add_with_match(dev, &sti_tvout_master_ops, match); in sti_tvout_probe()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 537 return component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drv.c | 456 return component_master_add_with_match(&pdev->dev, in armada_drm_probe()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 577 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 586 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/ |
D | msm_drv.c | 1047 return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); in msm_pdev_probe()
|