| /Linux-v5.4/include/linux/ | 
| D | component.h | 90 int component_master_add_with_match(struct device *,
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/display/komeda/ | 
| D | komeda_drv.c | 116 	return component_master_add_with_match(dev, &komeda_master_ops, match);  in komeda_platform_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/zte/ | 
| D | zx_drm_drv.c | 153 	return component_master_add_with_match(dev, &zx_drm_master_ops, match);  in zx_drm_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_of.c | 184 	return component_master_add_with_match(dev, m_ops, match);  in drm_of_component_probe()
 | 
| /Linux-v5.4/drivers/base/ | 
| D | component.c | 467 int component_master_add_with_match(struct device *dev,  in component_master_add_with_match()  function501 EXPORT_SYMBOL_GPL(component_master_add_with_match);
 
 | 
| /Linux-v5.4/sound/hda/ | 
| D | hdac_component.c | 302 	ret = component_master_add_with_match(dev, &hdac_component_master_ops,  in snd_hdac_acomp_init()
 | 
| /Linux-v5.4/drivers/gpu/drm/sti/ | 
| D | sti_drv.c | 274 	return component_master_add_with_match(dev, &sti_ops, match);  in sti_platform_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/sun4i/ | 
| D | sun4i_drv.c | 381 		return component_master_add_with_match(&pdev->dev,  in sun4i_drv_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/armada/ | 
| D | armada_drv.c | 262 	return component_master_add_with_match(&pdev->dev, &armada_master_ops,  in armada_drm_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/ | 
| D | kirin_drm_drv.c | 329 	return component_master_add_with_match(dev, &kirin_drm_ops, match);  in kirin_drm_platform_probe()
 | 
| /Linux-v5.4/drivers/media/platform/vimc/ | 
| D | vimc-core.c | 318 	ret = component_master_add_with_match(&pdev->dev, &vimc_comp_ops,  in vimc_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/vc4/ | 
| D | vc4_drv.c | 359 	return component_master_add_with_match(dev, &vc4_drm_ops, match);  in vc4_platform_drm_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/rockchip/ | 
| D | rockchip_drm_drv.c | 423 	ret = component_master_add_with_match(dev, &rockchip_drm_ops, match);  in rockchip_drm_platform_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/meson/ | 
| D | meson_drv.c | 448 		return component_master_add_with_match(&pdev->dev,  in meson_drv_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/arm/ | 
| D | hdlcd_drv.c | 385 	return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops,  in hdlcd_probe()
 | 
| D | malidp_drv.c | 976 	return component_master_add_with_match(&pdev->dev, &malidp_master_ops,  in malidp_platform_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/exynos/ | 
| D | exynos_drm_drv.c | 390 	return component_master_add_with_match(&pdev->dev, &exynos_drm_ops,  in exynos_drm_platform_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/mcde/ | 
| D | mcde_drv.c | 494 	ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops,  in mcde_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/tilcdc/ | 
| D | tilcdc_drv.c | 612 		return component_master_add_with_match(&pdev->dev,  in tilcdc_pdev_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/mediatek/ | 
| D | mtk_drm_drv.c | 587 	ret = component_master_add_with_match(dev, &mtk_drm_ops, match);  in mtk_drm_probe()
 | 
| /Linux-v5.4/drivers/iommu/ | 
| D | mtk_iommu_v1.c | 640 	return component_master_add_with_match(dev, &mtk_iommu_com_ops, match);  in mtk_iommu_probe()
 | 
| D | mtk_iommu.c | 741 	return component_master_add_with_match(dev, &mtk_iommu_com_ops, match);  in mtk_iommu_probe()
 | 
| /Linux-v5.4/drivers/gpu/drm/etnaviv/ | 
| D | etnaviv_drv.c | 651 	return component_master_add_with_match(dev, &etnaviv_master_ops, match);  in etnaviv_pdev_probe()
 | 
| /Linux-v5.4/drivers/misc/mei/hdcp/ | 
| D | mei_hdcp.c | 796 	ret = component_master_add_with_match(&cldev->dev,  in mei_hdcp_probe()
 | 
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ | 
| D | dss.c | 1225 	r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match);  in dss_probe()
 |