Searched refs:component_master_add_with_match (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/include/linux/
H A Dcomponent.h49 * Aggregate drivers are registered with component_master_add_with_match() and
57 * the match list passed to component_master_add_with_match(), are
96 int component_master_add_with_match(struct device *,
/linux-master/drivers/usb/typec/
H A Dport-mapper.c82 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match);
/linux-master/drivers/misc/mei/gsc_proxy/
H A Dmei_gsc_proxy.c158 ret = component_master_add_with_match(&cldev->dev,
/linux-master/sound/pci/hda/
H A Dhda_component.c150 ret = component_master_add_with_match(dev, ops, match);
/linux-master/sound/hda/
H A Dhdac_component.c306 ret = component_master_add_with_match(dev, &hdac_component_master_ops,
/linux-master/drivers/gpu/drm/
H A Ddrm_of.c182 return component_master_add_with_match(dev, m_ops, match);
/linux-master/drivers/gpu/drm/sti/
H A Dsti_drv.c249 return component_master_add_with_match(dev, &sti_ops, match);
/linux-master/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c282 return component_master_add_with_match(dev, &kirin_drm_ops, match);
/linux-master/drivers/gpu/drm/armada/
H A Darmada_drv.c225 return component_master_add_with_match(&pdev->dev, &armada_master_ops,
/linux-master/drivers/misc/mei/pxp/
H A Dmei_pxp.c291 ret = component_master_add_with_match(&cldev->dev,
/linux-master/drivers/base/
H A Dcomponent.c35 * 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, function
546 EXPORT_SYMBOL_GPL(component_master_add_with_match); variable
554 * component_master_add_with_match(). If necessary the aggregate driver is first
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c404 return component_master_add_with_match(&pdev->dev,
/linux-master/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c366 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops,
H A Dmalidp_drv.c935 return component_master_add_with_match(&pdev->dev, &malidp_master_ops,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c345 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c442 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match);
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_drv.c443 return component_master_add_with_match(dev, &vc4_drm_ops, match);
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_drv.c416 * component_master_add_with_match().
426 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops,
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c557 return component_master_add_with_match(&pdev->dev,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_drv.c510 return component_master_add_with_match(&pdev->dev,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl_adaptor.c608 component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match);
H A Dmtk_drm_drv.c926 ret = component_master_add_with_match(dev, &mtk_drm_ops, match);
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c651 return component_master_add_with_match(dev, &etnaviv_master_ops, match);
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c1220 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c1084 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match);

Completed in 385 milliseconds

12