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