Symbol: component_master_add_with_match
drivers/base/component.c
546
EXPORT_SYMBOL_GPL(component_master_add_with_match);
drivers/gpu/drm/adp/adp_drv.c
587
return component_master_add_with_match(&pdev->dev, &adp_master_ops, match);
drivers/gpu/drm/arm/hdlcd_drv.c
368
return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops,
drivers/gpu/drm/arm/malidp_drv.c
937
return component_master_add_with_match(&pdev->dev, &malidp_master_ops,
drivers/gpu/drm/armada/armada_drv.c
226
return component_master_add_with_match(&pdev->dev, &armada_master_ops,
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-tx.c
155
return component_master_add_with_match(dev, &imx8mp_dw_hdmi_ops, match);
drivers/gpu/drm/drm_of.c
185
return component_master_add_with_match(dev, m_ops, match);
drivers/gpu/drm/etnaviv/etnaviv_drv.c
675
return component_master_add_with_match(dev, &etnaviv_master_ops, match);
drivers/gpu/drm/exynos/exynos_drm_drv.c
345
return component_master_add_with_match(&pdev->dev, &exynos_drm_ops,
drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c
283
return component_master_add_with_match(dev, &kirin_drm_ops, match);
drivers/gpu/drm/imx/dc/dc-drv.c
187
ret = component_master_add_with_match(&pdev->dev, &dc_drm_ops, match);
drivers/gpu/drm/ingenic/ingenic-drm-drv.c
1470
return component_master_add_with_match(dev, &ingenic_master_ops, match);
drivers/gpu/drm/mcde/mcde_drv.c
427
ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops,
drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c
654
component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match);
drivers/gpu/drm/mediatek/mtk_drm_drv.c
1209
ret = component_master_add_with_match(dev, &mtk_drm_ops, match);
drivers/gpu/drm/meson/meson_drv.c
510
return component_master_add_with_match(&pdev->dev,
drivers/gpu/drm/msm/msm_drv.c
1085
ret = component_master_add_with_match(master_dev, &msm_drm_ops, match);
drivers/gpu/drm/omapdrm/dss/dss.c
1497
r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match);
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
473
ret = component_master_add_with_match(dev, &rockchip_drm_ops, match);
drivers/gpu/drm/sun4i/sun4i_drv.c
406
return component_master_add_with_match(&pdev->dev,
drivers/gpu/drm/tilcdc/tilcdc_drv.c
576
return component_master_add_with_match(&pdev->dev,
drivers/gpu/drm/vc4/vc4_drv.c
452
return component_master_add_with_match(dev, &vc4_drm_ops, match);
drivers/iommu/mtk_iommu.c
1439
ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match);
drivers/iommu/mtk_iommu_v1.c
700
ret = component_master_add_with_match(dev, &mtk_iommu_v1_com_ops, match);
drivers/misc/mei/gsc_proxy/mei_gsc_proxy.c
158
ret = component_master_add_with_match(&cldev->dev,
drivers/misc/mei/hdcp/mei_hdcp.c
837
ret = component_master_add_with_match(&cldev->dev,
drivers/misc/mei/mei_lb.c
277
ret = component_master_add_with_match(&cldev->dev,
drivers/misc/mei/pxp/mei_pxp.c
291
ret = component_master_add_with_match(&cldev->dev,
drivers/platform/x86/lenovo/wmi-capdata.c
388
ret = component_master_add_with_match(&priv->wdev->dev, &lwmi_cd_sub_master_ops,
drivers/platform/x86/lenovo/wmi-other.c
1112
return component_master_add_with_match(&wdev->dev, &lwmi_om_master_ops,
drivers/power/supply/ab8500_charger.c
3673
ret = component_master_add_with_match(&pdev->dev,
drivers/usb/typec/port-mapper.c
101
return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match);
drivers/video/fbdev/omap2/omapfb/dss/dss.c
1218
r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match);
include/linux/component.h
98
int component_master_add_with_match(struct device *,
sound/hda/codecs/side-codecs/hda_component.c
183
ret = component_master_add_with_match(dev, ops, match);
sound/hda/core/component.c
303
ret = component_master_add_with_match(dev, &hdac_component_master_ops,
sound/soc/codecs/pm4125.c
1706
ret = component_master_add_with_match(dev, &pm4125_comp_ops, match);
sound/soc/codecs/wcd937x.c
2936
ret = component_master_add_with_match(dev, &wcd937x_comp_ops, match);
sound/soc/codecs/wcd938x.c
3508
ret = component_master_add_with_match(dev, &wcd938x_comp_ops, match);
sound/soc/codecs/wcd939x.c
3576
ret = component_master_add_with_match(dev, &wcd939x_comp_ops, match);