/linux-4.1.27/include/linux/ |
D | component.h | 12 void component_del(struct device *, const struct component_ops *);
|
/linux-4.1.27/drivers/base/ |
D | component.c | 490 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function 510 EXPORT_SYMBOL_GPL(component_del);
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp.c | 116 component_del(&pdev->dev, &edp_ops); in edp_dev_remove()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 264 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
|
D | parallel-display.c | 278 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
|
D | ipuv3-crtc.c | 499 component_del(&pdev->dev, &ipu_crtc_ops); in ipu_drm_remove()
|
D | imx-tve.c | 716 component_del(&pdev->dev, &imx_tve_ops); in imx_tve_remove()
|
D | imx-ldb.c | 672 component_del(&pdev->dev, &imx_ldb_ops); in imx_ldb_remove()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 321 component_del(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_remove()
|
D | rockchip_drm_vop.c | 1503 component_del(&pdev->dev, &vop_component_ops); in vop_remove()
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 124 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 267 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
|
D | sti_dvo.c | 540 component_del(&pdev->dev, &sti_dvo_ops); in sti_dvo_remove()
|
D | sti_hda.c | 766 component_del(&pdev->dev, &sti_hda_ops); in sti_hda_remove()
|
D | sti_tvout.c | 755 component_del(&pdev->dev, &sti_tvout_ops); in sti_tvout_remove()
|
D | sti_hdmi.c | 891 component_del(&pdev->dev, &sti_hdmi_ops); in sti_hdmi_remove()
|
D | sti_hqvdp.c | 1049 component_del(&pdev->dev, &sti_hqvdp_ops); in sti_hqvdp_remove()
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 270 component_del(&pdev->dev, &a3xx_ops); in adreno_remove()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 572 component_del(&pdev->dev, &vidi_component_ops); in vidi_remove()
|
D | exynos7_drm_decon.c | 927 component_del(&pdev->dev, &decon_component_ops); in decon_remove()
|
D | exynos_drm_fimd.c | 1202 component_del(&pdev->dev, &fimd_component_ops); in fimd_remove()
|
D | exynos_dp_core.c | 1378 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
|
D | exynos_mixer.c | 1303 component_del(&pdev->dev, &mixer_component_ops); in mixer_remove()
|
D | exynos_drm_dsi.c | 1776 component_del(&pdev->dev, &exynos_dsi_component_ops); in exynos_dsi_remove()
|
D | exynos_hdmi.c | 2514 component_del(&pdev->dev, &hdmi_component_ops); in hdmi_remove()
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 468 component_del(&pdev->dev, &hdmi_ops); in hdmi_dev_remove()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_audio.c | 571 component_del(dev_priv->dev->dev, &i915_audio_component_bind_ops); in i915_audio_component_cleanup()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_crtc.c | 1200 component_del(&pdev->dev, &armada_lcd_ops); in armada_lcd_remove()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 1587 component_del(&client->dev, &tda998x_ops); in tda998x_remove()
|