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