Home
last modified time | relevance | path

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

1234

/Linux-v5.4/include/linux/
Dcomponent.h39 void component_del(struct device *, const struct component_ops *);
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun6i_drc.c92 component_del(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_remove()
Dsun8i_dw_hdmi.c291 component_del(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_remove()
Dsun8i_tcon_top.c267 component_del(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_remove()
/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c138 component_del(&pdev->dev, &mtk_disp_color_component_ops); in mtk_disp_color_remove()
Dmtk_disp_rdma.c318 component_del(&pdev->dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_remove()
Dmtk_disp_ovl.c312 component_del(&pdev->dev, &mtk_disp_ovl_component_ops); in mtk_disp_ovl_remove()
/Linux-v5.4/drivers/gpu/drm/msm/edp/
Dedp.c108 component_del(&pdev->dev, &edp_ops); in edp_dev_remove()
/Linux-v5.4/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c278 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
Dparallel-display.c267 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
/Linux-v5.4/drivers/gpu/drm/msm/dsi/
Ddsi.c153 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/Linux-v5.4/drivers/gpu/drm/rockchip/
Ddw-mipi-dsi-rockchip.c875 component_del(second, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach()
877 component_del(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach()
985 component_del(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_remove()
Danalogix_dp-rockchip.c410 component_del(&pdev->dev, &rockchip_dp_component_ops); in rockchip_dp_remove()
/Linux-v5.4/drivers/base/
Dcomponent.c755 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function
777 EXPORT_SYMBOL_GPL(component_del);
/Linux-v5.4/drivers/gpu/drm/sti/
Dsti_compositor.c266 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_dp.c258 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
Dexynos_drm_vidi.c490 component_del(&pdev->dev, &vidi_component_ops); in vidi_remove()
/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_dpi.c361 component_del(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_remove()
Dvc4_hvs.c339 component_del(&pdev->dev, &vc4_hvs_ops); in vc4_hvs_dev_remove()
Dvc4_txp.c440 component_del(&pdev->dev, &vc4_txp_ops); in vc4_txp_remove()
Dvc4_v3d.c504 component_del(&pdev->dev, &vc4_v3d_ops); in vc4_v3d_dev_remove()
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c380 component_del(&pdev->dev, &sdi_component_ops); in sdi_remove()
/Linux-v5.4/drivers/gpu/drm/zte/
Dzx_tvenc.c387 component_del(&pdev->dev, &zx_tvenc_component_ops); in zx_tvenc_remove()
/Linux-v5.4/drivers/media/platform/vimc/
Dvimc-scaler.c411 component_del(&pdev->dev, &vimc_sca_comp_ops); in vimc_sca_remove()
/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Dadreno_device.c408 component_del(&pdev->dev, &a3xx_ops); in adreno_remove()

1234