Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcomponent.h11 int component_add(struct device *, const struct component_ops *);
/linux-4.4.14/drivers/base/
Dcomponent.c461 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
488 EXPORT_SYMBOL_GPL(component_add);
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_hvs.c142 return component_add(&pdev->dev, &vc4_hvs_ops); in vc4_hvs_dev_probe()
Dvc4_hdmi.c569 return component_add(&pdev->dev, &vc4_hdmi_ops); in vc4_hdmi_dev_probe()
Dvc4_crtc.c657 return component_add(&pdev->dev, &vc4_crtc_ops); in vc4_crtc_dev_probe()
/linux-4.4.14/drivers/gpu/drm/msm/edp/
Dedp.c110 return component_add(&pdev->dev, &edp_ops); in edp_dev_probe()
/linux-4.4.14/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c272 return component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
Dparallel-display.c286 return component_add(&pdev->dev, &imx_pd_ops); in imx_pd_probe()
Dipuv3-crtc.c465 return component_add(dev, &ipu_crtc_ops); in ipu_drm_probe()
Dimx-tve.c711 return component_add(&pdev->dev, &imx_tve_ops); in imx_tve_probe()
Dimx-ldb.c667 return component_add(&pdev->dev, &imx_ldb_ops); in imx_ldb_probe()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c316 return component_add(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_probe()
Drockchip_drm_vop.c1766 return component_add(dev, &vop_component_ops); in vop_probe()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_compositor.c257 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
Dsti_dvo.c536 return component_add(&pdev->dev, &sti_dvo_ops); in sti_dvo_probe()
Dsti_tvout.c712 return component_add(dev, &sti_tvout_ops); in sti_tvout_probe()
Dsti_hda.c762 return component_add(&pdev->dev, &sti_hda_ops); in sti_hda_probe()
Dsti_hdmi.c885 return component_add(&pdev->dev, &sti_hdmi_ops); in sti_hdmi_probe()
Dsti_hqvdp.c1066 return component_add(&pdev->dev, &sti_hqvdp_ops); in sti_hqvdp_probe()
/linux-4.4.14/drivers/gpu/drm/msm/dsi/
Ddsi.c151 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
/linux-4.4.14/drivers/gpu/drm/msm/adreno/
Dadreno_device.c273 return component_add(&pdev->dev, &a3xx_ops); in adreno_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Dsdi.c386 return component_add(&pdev->dev, &sdi_component_ops); in sdi_probe()
Ddpi.c821 return component_add(&pdev->dev, &dpi_component_ops); in dpi_probe()
Dhdmi5.c819 return component_add(&pdev->dev, &hdmi5_component_ops); in hdmi5_probe()
Dhdmi4.c783 return component_add(&pdev->dev, &hdmi4_component_ops); in hdmi4_probe()
Dvenc.c945 return component_add(&pdev->dev, &venc_component_ops); in venc_probe()
Drfbi.c1028 return component_add(&pdev->dev, &rfbi_component_ops); in rfbi_probe()
Ddispc.c4059 return component_add(&pdev->dev, &dispc_component_ops); in dispc_probe()
Ddsi.c5517 return component_add(&pdev->dev, &dsi_component_ops); in dsi_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c523 ret = component_add(&pdev->dev, &vidi_component_ops); in vidi_probe()
Dexynos5433_drm_decon.c661 ret = component_add(dev, &decon_component_ops); in exynos5433_decon_probe()
Dexynos7_drm_decon.c818 ret = component_add(dev, &decon_component_ops); in decon_probe()
Dexynos_drm_fimd.c1103 ret = component_add(dev, &fimd_component_ops); in fimd_probe()
Dexynos_dp_core.c1376 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
Dexynos_mixer.c1280 ret = component_add(&pdev->dev, &mixer_component_ops); in mixer_probe()
Dexynos_hdmi.c1942 ret = component_add(&pdev->dev, &hdmi_component_ops); in hdmi_probe()
Dexynos_drm_dsi.c1957 return component_add(dev, &exynos_dsi_component_ops); in exynos_dsi_probe()
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/
Dhdmi.c523 return component_add(&pdev->dev, &hdmi_ops); in hdmi_dev_probe()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_audio.c778 ret = component_add(dev_priv->dev->dev, &i915_audio_component_bind_ops); in i915_audio_component_init()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_crtc.c1305 return component_add(&pdev->dev, &armada_lcd_ops); in armada_lcd_probe()
/linux-4.4.14/drivers/gpu/drm/i2c/
Dtda998x_drv.c1488 return component_add(&client->dev, &tda998x_ops); in tda998x_probe()