Home
last modified time | relevance | path

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

1234

/Linux-v5.4/include/linux/
Dcomponent.h36 int component_add(struct device *, const struct component_ops *);
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun6i_drc.c87 return component_add(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_probe()
Dsun8i_dw_hdmi.c286 return component_add(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_probe()
Dsun8i_tcon_top.c262 return component_add(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_probe()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c129 ret = component_add(dev, &mtk_disp_color_component_ops); in mtk_disp_color_probe()
Dmtk_disp_rdma.c309 ret = component_add(dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_probe()
Dmtk_disp_ovl.c303 ret = component_add(dev, &mtk_disp_ovl_component_ops); in mtk_disp_ovl_probe()
/Linux-v5.4/drivers/gpu/drm/msm/edp/
Dedp.c102 return component_add(&pdev->dev, &edp_ops); in edp_dev_probe()
/Linux-v5.4/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c273 return component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
Dparallel-display.c262 return component_add(&pdev->dev, &imx_pd_ops); in imx_pd_probe()
/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi.c147 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
/Linux-v5.4/drivers/base/
Dcomponent.c740 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
744 EXPORT_SYMBOL_GPL(component_add);
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.c261 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_dp.c253 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
Dexynos_drm_vidi.c467 ret = component_add(dev, &vidi_component_ops); in vidi_probe()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_dpi.c356 return component_add(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_probe()
Dvc4_hvs.c334 return component_add(&pdev->dev, &vc4_hvs_ops); in vc4_hvs_dev_probe()
Dvc4_txp.c435 return component_add(&pdev->dev, &vc4_txp_ops); in vc4_txp_probe()
Dvc4_v3d.c499 return component_add(&pdev->dev, &vc4_v3d_ops); in vc4_v3d_dev_probe()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c375 return component_add(&pdev->dev, &sdi_component_ops); in sdi_probe()
/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_tvenc.c382 return component_add(&pdev->dev, &zx_tvenc_component_ops); in zx_tvenc_probe()
/Linux-v5.4/drivers/media/platform/vimc/
Dvimc-scaler.c406 return component_add(&pdev->dev, &vimc_sca_comp_ops); in vimc_sca_probe()
Dvimc-sensor.c411 return component_add(&pdev->dev, &vimc_sen_comp_ops); in vimc_sen_probe()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Dadreno_device.c396 ret = component_add(&pdev->dev, &a3xx_ops); in adreno_probe()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Danalogix_dp-rockchip.c405 return component_add(dev, &rockchip_dp_component_ops); in rockchip_dp_probe()

1234