Home
last modified time | relevance | path

Searched refs:component_add (Results 1 – 25 of 91) sorted by relevance

1234

/Linux-v4.19/include/linux/
Dcomponent.h16 int component_add(struct device *, const struct component_ops *);
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_drc.c91 return component_add(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_probe()
Dsun8i_dw_hdmi.c208 return component_add(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_probe()
Dsun8i_tcon_top.c244 return component_add(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_probe()
Dsun4i_frontend.c311 return component_add(&pdev->dev, &sun4i_frontend_ops); in sun4i_frontend_probe()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c137 ret = component_add(dev, &mtk_disp_color_component_ops); in mtk_disp_color_probe()
Dmtk_disp_rdma.c317 ret = component_add(dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_probe()
Dmtk_disp_ovl.c311 ret = component_add(dev, &mtk_disp_ovl_component_ops); in mtk_disp_ovl_probe()
/Linux-v4.19/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c274 return component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
Dparallel-display.c271 return component_add(&pdev->dev, &imx_pd_ops); in imx_pd_probe()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp.c110 return component_add(&pdev->dev, &edp_ops); in edp_dev_probe()
/Linux-v4.19/drivers/base/
Dcomponent.c550 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
579 EXPORT_SYMBOL_GPL(component_add);
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi.c149 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hvs.c256 return component_add(&pdev->dev, &vc4_hvs_ops); in vc4_hvs_dev_probe()
Dvc4_dpi.c386 return component_add(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_probe()
Dvc4_txp.c456 return component_add(&pdev->dev, &vc4_txp_ops); in vc4_txp_probe()
Dvc4_v3d.c446 return component_add(&pdev->dev, &vc4_v3d_ops); in vc4_v3d_dev_probe()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_compositor.c258 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_dp.c254 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
Dexynos_drm_vidi.c464 ret = component_add(&pdev->dev, &vidi_component_ops); in vidi_probe()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c413 return component_add(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_probe()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c386 return component_add(&pdev->dev, &sdi_component_ops); in sdi_probe()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_device.c327 return component_add(&pdev->dev, &a3xx_ops); in adreno_probe()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_tvenc.c384 return component_add(&pdev->dev, &zx_tvenc_component_ops); in zx_tvenc_probe()
/Linux-v4.19/drivers/memory/
Dmtk-smi.c337 return component_add(dev, &mtk_smi_larb_component_ops); in mtk_smi_larb_probe()

1234