Searched refs:component_add (Results 1 - 29 of 29) sorted by relevance

/linux-4.1.27/include/linux/
H A Dcomponent.h11 int component_add(struct device *, const struct component_ops *);
/linux-4.1.27/drivers/gpu/drm/imx/
H A Ddw_hdmi-imx.c259 return component_add(&pdev->dev, &dw_hdmi_imx_ops); dw_hdmi_imx_probe()
H A Dparallel-display.c273 return component_add(&pdev->dev, &imx_pd_ops); imx_pd_probe()
H A Dipuv3-crtc.c494 return component_add(dev, &ipu_crtc_ops); ipu_drm_probe()
H A Dimx-ldb.c667 return component_add(&pdev->dev, &imx_ldb_ops); imx_ldb_probe()
H A Dimx-tve.c711 return component_add(&pdev->dev, &imx_tve_ops); imx_tve_probe()
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
H A Ddsi.c118 return component_add(&pdev->dev, &dsi_ops); dsi_dev_probe()
/linux-4.1.27/drivers/gpu/drm/msm/edp/
H A Dedp.c110 return component_add(&pdev->dev, &edp_ops); edp_dev_probe()
/linux-4.1.27/drivers/base/
H A Dcomponent.c461 int component_add(struct device *dev, const struct component_ops *ops) component_add() function
488 EXPORT_SYMBOL_GPL(component_add); variable
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c265 return component_add(&pdev->dev, &a3xx_ops); adreno_probe()
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c316 return component_add(&pdev->dev, &dw_hdmi_rockchip_ops); dw_hdmi_rockchip_probe()
H A Drockchip_drm_vop.c1498 return component_add(dev, &vop_component_ops); vop_probe()
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_compositor.c262 return component_add(&pdev->dev, &sti_compositor_ops); sti_compositor_probe()
H A Dsti_dvo.c535 return component_add(&pdev->dev, &sti_dvo_ops); sti_dvo_probe()
H A Dsti_hda.c761 return component_add(&pdev->dev, &sti_hda_ops); sti_hda_probe()
H A Dsti_hdmi.c881 return component_add(&pdev->dev, &sti_hdmi_ops); sti_hdmi_probe()
H A Dsti_tvout.c749 return component_add(dev, &sti_tvout_ops); sti_tvout_probe()
H A Dsti_hqvdp.c1044 return component_add(&pdev->dev, &sti_hqvdp_ops); sti_hqvdp_probe()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c545 ret = component_add(&pdev->dev, &vidi_component_ops); vidi_probe()
H A Dexynos7_drm_decon.c902 ret = component_add(dev, &decon_component_ops); decon_probe()
H A Dexynos_dp_core.c1368 ret = component_add(&pdev->dev, &exynos_dp_ops); exynos_dp_probe()
H A Dexynos_drm_fimd.c1184 ret = component_add(dev, &fimd_component_ops); fimd_probe()
H A Dexynos_mixer.c1288 ret = component_add(&pdev->dev, &mixer_component_ops); mixer_probe()
H A Dexynos_drm_dsi.c1763 ret = component_add(dev, &exynos_dsi_component_ops); exynos_dsi_probe()
H A Dexynos_hdmi.c2479 ret = component_add(&pdev->dev, &hdmi_component_ops); hdmi_probe()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_audio.c549 ret = component_add(dev_priv->dev->dev, &i915_audio_component_bind_ops); i915_audio_component_init()
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
H A Dhdmi.c463 return component_add(&pdev->dev, &hdmi_ops); hdmi_dev_probe()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_crtc.c1195 return component_add(&pdev->dev, &armada_lcd_ops); armada_lcd_probe()
/linux-4.1.27/drivers/gpu/drm/i2c/
H A Dtda998x_drv.c1582 return component_add(&client->dev, &tda998x_ops); tda998x_probe()

Completed in 630 milliseconds