Home
last modified time | relevance | path

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

12

/drivers/usb/typec/
A Dport-mapper.c101 return component_master_add_with_match(&con->dev, &typec_aggregate_ops, arg.match); in typec_link_ports()
/drivers/misc/mei/gsc_proxy/
A Dmei_gsc_proxy.c158 ret = component_master_add_with_match(&cldev->dev, in mei_gsc_proxy_probe()
/drivers/gpu/drm/imx/dc/
A Ddc-drv.c187 ret = component_master_add_with_match(&pdev->dev, &dc_drm_ops, match); in dc_probe()
/drivers/misc/mei/pxp/
A Dmei_pxp.c291 ret = component_master_add_with_match(&cldev->dev, in mei_pxp_probe()
/drivers/base/
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);
/drivers/gpu/drm/sti/
A Dsti_drv.c250 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/drivers/gpu/drm/armada/
A Darmada_drv.c226 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/drivers/gpu/drm/hisilicon/kirin/
A Dkirin_drm_drv.c282 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
/drivers/gpu/drm/sun4i/
A Dsun4i_drv.c405 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
/drivers/gpu/drm/
A Ddrm_of.c182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/drivers/gpu/drm/arm/
A Dhdlcd_drv.c367 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
/drivers/gpu/drm/mcde/
A Dmcde_drv.c427 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
/drivers/gpu/drm/exynos/
A Dexynos_drm_drv.c345 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/drivers/gpu/drm/rockchip/
A Drockchip_drm_drv.c469 ret = component_master_add_with_match(dev, &rockchip_drm_ops, match); in rockchip_drm_platform_probe()
/drivers/gpu/drm/vc4/
A Dvc4_drv.c451 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/drivers/gpu/drm/meson/
A Dmeson_drv.c510 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
/drivers/gpu/drm/tilcdc/
A Dtilcdc_drv.c559 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/drivers/platform/x86/lenovo/
A Dwmi-other.c630 return component_master_add_with_match(&wdev->dev, &lwmi_om_master_ops, in lwmi_other_probe()
/drivers/gpu/drm/adp/
A Dadp_drv.c586 return component_master_add_with_match(&pdev->dev, &adp_master_ops, match); in adp_probe()
/drivers/gpu/drm/mediatek/
A Dmtk_disp_ovl_adaptor.c642 component_master_add_with_match(dev, &mtk_disp_ovl_adaptor_master_ops, match); in mtk_disp_ovl_adaptor_probe()
/drivers/gpu/drm/etnaviv/
A Detnaviv_drv.c671 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
/drivers/iommu/
A Dmtk_iommu_v1.c687 ret = component_master_add_with_match(dev, &mtk_iommu_v1_com_ops, match); in mtk_iommu_v1_probe()
/drivers/misc/mei/hdcp/
A Dmei_hdcp.c837 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
/drivers/gpu/drm/msm/
A Dmsm_drv.c1072 ret = component_master_add_with_match(master_dev, &msm_drm_ops, match); in msm_drv_probe()
/drivers/video/fbdev/omap2/omapfb/dss/
A Ddss.c1218 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()

Completed in 32 milliseconds

12