/linux-4.1.27/include/linux/ |
D | component.h | 11 int component_add(struct device *, const struct component_ops *);
|
/linux-4.1.27/drivers/base/ |
D | component.c | 461 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function 488 EXPORT_SYMBOL_GPL(component_add);
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp.c | 110 return component_add(&pdev->dev, &edp_ops); in edp_dev_probe()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 259 return component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
|
D | parallel-display.c | 273 return component_add(&pdev->dev, &imx_pd_ops); in imx_pd_probe()
|
D | ipuv3-crtc.c | 494 return component_add(dev, &ipu_crtc_ops); in ipu_drm_probe()
|
D | imx-tve.c | 711 return component_add(&pdev->dev, &imx_tve_ops); in imx_tve_probe()
|
D | imx-ldb.c | 667 return component_add(&pdev->dev, &imx_ldb_ops); in imx_ldb_probe()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 316 return component_add(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_probe()
|
D | rockchip_drm_vop.c | 1498 return component_add(dev, &vop_component_ops); in vop_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 118 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_probe()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 262 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
|
D | sti_dvo.c | 535 return component_add(&pdev->dev, &sti_dvo_ops); in sti_dvo_probe()
|
D | sti_hda.c | 761 return component_add(&pdev->dev, &sti_hda_ops); in sti_hda_probe()
|
D | sti_tvout.c | 749 return component_add(dev, &sti_tvout_ops); in sti_tvout_probe()
|
D | sti_hdmi.c | 881 return component_add(&pdev->dev, &sti_hdmi_ops); in sti_hdmi_probe()
|
D | sti_hqvdp.c | 1044 return component_add(&pdev->dev, &sti_hqvdp_ops); in sti_hqvdp_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 265 return component_add(&pdev->dev, &a3xx_ops); in adreno_probe()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 545 ret = component_add(&pdev->dev, &vidi_component_ops); in vidi_probe()
|
D | exynos7_drm_decon.c | 902 ret = component_add(dev, &decon_component_ops); in decon_probe()
|
D | exynos_drm_fimd.c | 1184 ret = component_add(dev, &fimd_component_ops); in fimd_probe()
|
D | exynos_dp_core.c | 1368 ret = component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
|
D | exynos_mixer.c | 1288 ret = component_add(&pdev->dev, &mixer_component_ops); in mixer_probe()
|
D | exynos_drm_dsi.c | 1763 ret = component_add(dev, &exynos_dsi_component_ops); in exynos_dsi_probe()
|
D | exynos_hdmi.c | 2479 ret = component_add(&pdev->dev, &hdmi_component_ops); in hdmi_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 463 return component_add(&pdev->dev, &hdmi_ops); in hdmi_dev_probe()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_audio.c | 549 ret = component_add(dev_priv->dev->dev, &i915_audio_component_bind_ops); in i915_audio_component_init()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 1195 return component_add(&pdev->dev, &armada_lcd_ops); in armada_lcd_probe()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 1582 return component_add(&client->dev, &tda998x_ops); in tda998x_probe()
|