Searched refs:component_master_add_with_match (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | component.h | 34 int component_master_add_with_match(struct device *,
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/ |
D | drm_of.c | 149 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
|
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 220 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_i915_init()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 241 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 263 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 307 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 540 return component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 625 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 664 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1250 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1125 return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); in msm_pdev_probe()
|