Home
last modified time | relevance | path

Searched refs:component_master_add_with_match (Results 1 – 25 of 31) sorted by relevance

12

/Linux-v6.1/drivers/usb/typec/
Dport-mapper.c77 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match); in typec_link_ports()
/Linux-v6.1/include/linux/
Dcomponent.h96 int component_master_add_with_match(struct device *,
/Linux-v6.1/drivers/misc/mei/pxp/
Dmei_pxp.c176 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c130 return component_master_add_with_match(dev, &komeda_master_ops, match); in komeda_platform_probe()
/Linux-v6.1/drivers/gpu/drm/
Ddrm_of.c181 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/Linux-v6.1/drivers/gpu/drm/armada/
Darmada_drv.c232 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/Linux-v6.1/drivers/gpu/drm/sti/
Dsti_drv.c246 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/Linux-v6.1/drivers/base/
Dcomponent.c512 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);
/Linux-v6.1/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.c279 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
/Linux-v6.1/sound/hda/
Dhdac_component.c306 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_acomp_init()
/Linux-v6.1/drivers/gpu/drm/sun4i/
Dsun4i_drv.c402 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
/Linux-v6.1/drivers/gpu/drm/mcde/
Dmcde_drv.c427 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
/Linux-v6.1/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c353 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/Linux-v6.1/drivers/gpu/drm/arm/
Dhdlcd_drv.c373 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
Dmalidp_drv.c952 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
/Linux-v6.1/drivers/gpu/drm/vc4/
Dvc4_drv.c440 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/Linux-v6.1/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c444 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/Linux-v6.1/drivers/gpu/drm/meson/
Dmeson_drv.c491 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
/Linux-v6.1/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c568 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c803 ret = component_master_add_with_match(dev, &mtk_drm_ops, match); in mtk_drm_probe()
/Linux-v6.1/drivers/gpu/drm/etnaviv/
Detnaviv_drv.c630 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
/Linux-v6.1/drivers/iommu/
Dmtk_iommu_v1.c694 ret = component_master_add_with_match(dev, &mtk_iommu_v1_com_ops, match); in mtk_iommu_v1_probe()
/Linux-v6.1/drivers/misc/mei/hdcp/
Dmei_hdcp.c829 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/
Ddss.c1220 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
/Linux-v6.1/drivers/gpu/drm/msm/
Dmsm_drv.c1238 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match); in msm_drv_probe()

12