Home
last modified time | relevance | path

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

12

/openbmc/linux/include/linux/
H A Dcomponent.h96 int component_master_add_with_match(struct device *,
/openbmc/linux/drivers/usb/typec/
H A Dport-mapper.c77 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match); in typec_link_ports()
/openbmc/linux/drivers/misc/mei/gsc_proxy/
H A Dmei_gsc_proxy.c158 ret = component_master_add_with_match(&cldev->dev, in mei_gsc_proxy_probe()
/openbmc/linux/drivers/misc/mei/pxp/
H A Dmei_pxp.c207 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
/openbmc/linux/drivers/base/
H A 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);
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_drv.c248 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c223 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/openbmc/linux/sound/hda/
H A Dhdac_component.c306 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_acomp_init()
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c279 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c404 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_of.c182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_drv.c426 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
/openbmc/linux/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c366 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
H A Dmalidp_drv.c935 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c439 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c442 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c345 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.c509 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c568 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl_adaptor.c523 component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match); in mtk_disp_ovl_adaptor_probe()
H A Dmtk_drm_drv.c908 ret = component_master_add_with_match(dev, &mtk_drm_ops, match); in mtk_drm_probe()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c650 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
/openbmc/linux/drivers/iommu/
H A Dmtk_iommu_v1.c693 ret = component_master_add_with_match(dev, &mtk_iommu_v1_com_ops, match); in mtk_iommu_v1_probe()
/openbmc/linux/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c827 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c1220 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()

12