Home
last modified time | relevance | path

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

12

/linux/include/linux/
A Dcomponent.h90 int component_master_add_with_match(struct device *,
/linux/drivers/misc/mei/pxp/
A Dmei_pxp.c176 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
/linux/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_drv.c132 return component_master_add_with_match(dev, &komeda_master_ops, match); in komeda_platform_probe()
/linux/drivers/gpu/drm/
A Ddrm_of.c184 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/linux/drivers/base/
A Dcomponent.c458 int component_master_add_with_match(struct device *parent, in component_master_add_with_match() function
492 EXPORT_SYMBOL_GPL(component_master_add_with_match);
/linux/drivers/gpu/drm/sti/
A Dsti_drv.c252 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/linux/drivers/gpu/drm/armada/
A Darmada_drv.c243 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/linux/drivers/gpu/drm/hisilicon/kirin/
A Dkirin_drm_drv.c284 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
/linux/sound/hda/
A Dhdac_component.c306 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_acomp_init()
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_drv.c401 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
/linux/drivers/gpu/drm/vc4/
A Dvc4_drv.c329 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/linux/drivers/gpu/drm/mcde/
A Dmcde_drv.c432 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
/linux/drivers/gpu/drm/arm/
A Dhdlcd_drv.c393 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
A Dmalidp_drv.c952 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_drv.c422 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/linux/drivers/gpu/drm/exynos/
A Dexynos_drm_drv.c368 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/linux/drivers/gpu/drm/meson/
A Dmeson_drv.c505 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
/linux/drivers/gpu/drm/tilcdc/
A Dtilcdc_drv.c570 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/linux/drivers/gpu/drm/mediatek/
A Dmtk_drm_drv.c596 ret = component_master_add_with_match(dev, &mtk_drm_ops, match); in mtk_drm_probe()
/linux/drivers/iommu/
A Dmtk_iommu_v1.c627 ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
A Dmtk_iommu.c898 ret = component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
/linux/drivers/gpu/drm/etnaviv/
A Detnaviv_drv.c612 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
/linux/drivers/misc/mei/hdcp/
A Dmei_hdcp.c829 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddss.c1228 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
/linux/drivers/gpu/drm/msm/
A Dmsm_drv.c1419 ret = component_master_add_with_match(&pdev->dev, &msm_drm_ops, match); in msm_pdev_probe()

Completed in 38 milliseconds

12