/linux/include/linux/ |
H A D | component.h | 49 * Aggregate drivers are registered with component_master_add_with_match() and 57 * the match list passed to component_master_add_with_match(), are 98 int component_master_add_with_match(struct device *,
|
/linux/drivers/usb/typec/ |
H A D | port-mapper.c | 82 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match); in typec_link_ports()
|
/linux/drivers/misc/mei/gsc_proxy/ |
H A D | mei_gsc_proxy.c | 158 ret = component_master_add_with_match(&cldev->dev, in mei_gsc_proxy_probe()
|
/linux/drivers/misc/mei/pxp/ |
H A D | mei_pxp.c | 291 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
|
/linux/sound/pci/hda/ |
H A D | hda_component.c | 186 ret = component_master_add_with_match(dev, ops, match); in hda_component_manager_init()
|
/linux/drivers/base/ |
H A D | component.c | 35 * using component_master_add_with_match(), and unregistered using 501 * component_master_add_with_match - register an aggregate driver 512 int component_master_add_with_match(struct device *parent, in component_master_add_with_match() function 546 EXPORT_SYMBOL_GPL(component_master_add_with_match); 554 * component_master_add_with_match(). If necessary the aggregate driver is first
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_drv.c | 250 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
|
/linux/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 226 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.c | 282 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 405 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
|
/linux/drivers/gpu/drm/ |
H A D | drm_of.c | 182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
|
/linux/drivers/gpu/drm/arm/ |
H A D | hdlcd_drv.c | 367 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
|
H A D | malidp_drv.c | 936 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 345 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
|
/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_drv.c | 427 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 451 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 469 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
|
/linux/drivers/gpu/drm/meson/ |
H A D | meson_drv.c | 510 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
|
/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.c | 559 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_disp_ovl_adaptor.c | 647 component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match); in mtk_disp_ovl_adaptor_probe()
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 671 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
|
/linux/drivers/iommu/ |
H A D | mtk_iommu_v1.c | 690 ret = component_master_add_with_match(dev, &mtk_iommu_v1_com_ops, match); in mtk_iommu_v1_probe()
|
/linux/drivers/misc/mei/hdcp/ |
H A D | mei_hdcp.c | 837 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dss.c | 1218 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 1090 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match); in msm_drv_probe()
|