Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dcomponent.h90 int component_master_add_with_match(struct device *,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_drm_drv.c144 return component_master_add_with_match(dev, &zx_drm_master_ops, match); in zx_drm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_drv.c132 return component_master_add_with_match(dev, &komeda_master_ops, match); in komeda_platform_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_of.c184 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcomponent.c467 int component_master_add_with_match(struct device *dev, in component_master_add_with_match() function
501 EXPORT_SYMBOL_GPL(component_master_add_with_match);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_drv.c252 return component_master_add_with_match(dev, &sti_ops, match); in sti_platform_probe()
/OK3568_Linux_fs/kernel/sound/hda/
H A Dhdac_component.c306 ret = component_master_add_with_match(dev, &hdac_component_master_ops, in snd_hdac_acomp_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_drv.c248 return component_master_add_with_match(&pdev->dev, &armada_master_ops, in armada_drm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c286 return component_master_add_with_match(dev, &kirin_drm_ops, match); in kirin_drm_platform_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c402 return component_master_add_with_match(&pdev->dev, in sun4i_drv_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/
H A Dmcde_drv.c412 ret = component_master_add_with_match(&pdev->dev, &mcde_drm_comp_ops, in mcde_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_drv.c371 return component_master_add_with_match(dev, &vc4_drm_ops, match); in vc4_platform_drm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c375 return component_master_add_with_match(&pdev->dev, &hdlcd_master_ops, in hdlcd_probe()
H A Dmalidp_drv.c954 return component_master_add_with_match(&pdev->dev, &malidp_master_ops, in malidp_platform_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c388 return component_master_add_with_match(&pdev->dev, &exynos_drm_ops, in exynos_drm_platform_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_drv.c522 return component_master_add_with_match(&pdev->dev, in meson_drv_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c539 return component_master_add_with_match(&pdev->dev, in tilcdc_pdev_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c562 ret = component_master_add_with_match(dev, &mtk_drm_ops, match); in mtk_drm_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c638 return component_master_add_with_match(dev, &etnaviv_master_ops, match); in etnaviv_pdev_probe()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dmtk_iommu_v1.c632 return component_master_add_with_match(dev, &mtk_iommu_com_ops, match); in mtk_iommu_probe()
/OK3568_Linux_fs/kernel/drivers/misc/mei/hdcp/
H A Dmei_hdcp.c830 ret = component_master_add_with_match(&cldev->dev, in mei_hdcp_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_hikey960661 component_master_add_with_match
H A Dabi_gki_aarch64_exynosauto737 component_master_add_with_match
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c1228 r = component_master_add_with_match(&pdev->dev, &dss_component_ops, match); in dss_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c1060 return component_master_add_with_match(dev, &ingenic_master_ops, match); in ingenic_drm_probe()

12