Home
last modified time | relevance | path

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

1234

/Linux-v4.19/include/linux/
Dcomponent.h17 void component_del(struct device *, const struct component_ops *);
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_drc.c96 component_del(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_remove()
Dsun8i_dw_hdmi.c213 component_del(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_remove()
Dsun8i_tcon_top.c249 component_del(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_remove()
Dsun4i_frontend.c316 component_del(&pdev->dev, &sun4i_frontend_ops); in sun4i_frontend_remove()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c146 component_del(&pdev->dev, &mtk_disp_color_component_ops); in mtk_disp_color_remove()
Dmtk_disp_rdma.c326 component_del(&pdev->dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_remove()
Dmtk_disp_ovl.c320 component_del(&pdev->dev, &mtk_disp_ovl_component_ops); in mtk_disp_ovl_remove()
/Linux-v4.19/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c279 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
Dparallel-display.c276 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp.c116 component_del(&pdev->dev, &edp_ops); in edp_dev_remove()
/Linux-v4.19/drivers/base/
Dcomponent.c581 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function
603 EXPORT_SYMBOL_GPL(component_del);
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi.c155 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hvs.c261 component_del(&pdev->dev, &vc4_hvs_ops); in vc4_hvs_dev_remove()
Dvc4_dpi.c391 component_del(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_remove()
Dvc4_txp.c461 component_del(&pdev->dev, &vc4_txp_ops); in vc4_txp_remove()
Dvc4_v3d.c451 component_del(&pdev->dev, &vc4_v3d_ops); in vc4_v3d_dev_remove()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_compositor.c263 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_dp.c259 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
Dexynos_drm_vidi.c487 component_del(&pdev->dev, &vidi_component_ops); in vidi_remove()
/Linux-v4.19/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c418 component_del(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_remove()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c391 component_del(&pdev->dev, &sdi_component_ops); in sdi_remove()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_device.c332 component_del(&pdev->dev, &a3xx_ops); in adreno_remove()
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_tvenc.c389 component_del(&pdev->dev, &zx_tvenc_component_ops); in zx_tvenc_remove()
/Linux-v4.19/drivers/memory/
Dmtk-smi.c343 component_del(&pdev->dev, &mtk_smi_larb_component_ops); in mtk_smi_larb_remove()

1234