Home
last modified time | relevance | path

Searched refs:component_del (Results 1 – 29 of 29) sorted by relevance

/linux-4.1.27/include/linux/
Dcomponent.h12 void component_del(struct device *, const struct component_ops *);
/linux-4.1.27/drivers/base/
Dcomponent.c490 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/
Dedp.c116 component_del(&pdev->dev, &edp_ops); in edp_dev_remove()
/linux-4.1.27/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c264 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
Dparallel-display.c278 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
Dipuv3-crtc.c499 component_del(&pdev->dev, &ipu_crtc_ops); in ipu_drm_remove()
Dimx-tve.c716 component_del(&pdev->dev, &imx_tve_ops); in imx_tve_remove()
Dimx-ldb.c672 component_del(&pdev->dev, &imx_ldb_ops); in imx_ldb_remove()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c321 component_del(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_remove()
Drockchip_drm_vop.c1503 component_del(&pdev->dev, &vop_component_ops); in vop_remove()
/linux-4.1.27/drivers/gpu/drm/msm/dsi/
Ddsi.c124 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_compositor.c267 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
Dsti_dvo.c540 component_del(&pdev->dev, &sti_dvo_ops); in sti_dvo_remove()
Dsti_hda.c766 component_del(&pdev->dev, &sti_hda_ops); in sti_hda_remove()
Dsti_tvout.c755 component_del(&pdev->dev, &sti_tvout_ops); in sti_tvout_remove()
Dsti_hdmi.c891 component_del(&pdev->dev, &sti_hdmi_ops); in sti_hdmi_remove()
Dsti_hqvdp.c1049 component_del(&pdev->dev, &sti_hqvdp_ops); in sti_hqvdp_remove()
/linux-4.1.27/drivers/gpu/drm/msm/adreno/
Dadreno_device.c270 component_del(&pdev->dev, &a3xx_ops); in adreno_remove()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_vidi.c572 component_del(&pdev->dev, &vidi_component_ops); in vidi_remove()
Dexynos7_drm_decon.c927 component_del(&pdev->dev, &decon_component_ops); in decon_remove()
Dexynos_drm_fimd.c1202 component_del(&pdev->dev, &fimd_component_ops); in fimd_remove()
Dexynos_dp_core.c1378 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
Dexynos_mixer.c1303 component_del(&pdev->dev, &mixer_component_ops); in mixer_remove()
Dexynos_drm_dsi.c1776 component_del(&pdev->dev, &exynos_dsi_component_ops); in exynos_dsi_remove()
Dexynos_hdmi.c2514 component_del(&pdev->dev, &hdmi_component_ops); in hdmi_remove()
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
Dhdmi.c468 component_del(&pdev->dev, &hdmi_ops); in hdmi_dev_remove()
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_audio.c571 component_del(dev_priv->dev->dev, &i915_audio_component_bind_ops); in i915_audio_component_cleanup()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_crtc.c1200 component_del(&pdev->dev, &armada_lcd_ops); in armada_lcd_remove()
/linux-4.1.27/drivers/gpu/drm/i2c/
Dtda998x_drv.c1587 component_del(&client->dev, &tda998x_ops); in tda998x_remove()