Searched refs:component_del (Results 1 – 25 of 99) sorted by relevance
1234
| /Linux-v5.15/include/linux/ |
| D | component.h | 39 void component_del(struct device *, const struct component_ops *);
|
| /Linux-v5.15/drivers/gpu/drm/sun4i/ |
| D | sun6i_drc.c | 100 component_del(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_remove()
|
| D | sun8i_dw_hdmi.c | 289 component_del(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_remove()
|
| D | sun8i_tcon_top.c | 267 component_del(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_remove()
|
| /Linux-v5.15/drivers/gpu/drm/mediatek/ |
| D | mtk_disp_aal.c | 144 component_del(&pdev->dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_remove()
|
| D | mtk_disp_color.c | 136 component_del(&pdev->dev, &mtk_disp_color_component_ops); in mtk_disp_color_remove()
|
| D | mtk_disp_gamma.c | 170 component_del(&pdev->dev, &mtk_disp_gamma_component_ops); in mtk_disp_gamma_remove()
|
| D | mtk_disp_ccorr.c | 199 component_del(&pdev->dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_remove()
|
| D | mtk_disp_rdma.c | 339 component_del(&pdev->dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_remove()
|
| /Linux-v5.15/drivers/gpu/drm/imx/ |
| D | dw_hdmi-imx.c | 256 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
|
| D | parallel-display.c | 362 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
|
| /Linux-v5.15/drivers/gpu/drm/msm/edp/ |
| D | edp.c | 108 component_del(&pdev->dev, &edp_ops); in edp_dev_remove()
|
| /Linux-v5.15/drivers/gpu/drm/msm/dsi/ |
| D | dsi.c | 160 component_del(&pdev->dev, &dsi_ops); in dsi_dev_remove()
|
| /Linux-v5.15/drivers/base/ |
| D | component.c | 748 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function 770 EXPORT_SYMBOL_GPL(component_del);
|
| /Linux-v5.15/drivers/gpu/drm/sti/ |
| D | sti_compositor.c | 262 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
|
| /Linux-v5.15/drivers/gpu/drm/exynos/ |
| D | exynos_dp.c | 256 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
|
| D | exynos_drm_vidi.c | 475 component_del(&pdev->dev, &vidi_component_ops); in vidi_remove()
|
| D | exynos_drm_mic.c | 450 component_del(&pdev->dev, &exynos_mic_component_ops); in exynos_mic_remove()
|
| D | exynos_drm_rotator.c | 336 component_del(dev, &rotator_component_ops); in rotator_remove()
|
| /Linux-v5.15/drivers/gpu/drm/rockchip/ |
| D | dw-mipi-dsi-rockchip.c | 1048 component_del(second, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach() 1050 component_del(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach() 1130 component_del(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_init() 1143 component_del(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_exit()
|
| D | analogix_dp-rockchip.c | 408 component_del(&pdev->dev, &rockchip_dp_component_ops); in rockchip_dp_remove()
|
| D | dw_hdmi-rockchip.c | 588 component_del(&pdev->dev, &dw_hdmi_rockchip_ops); in dw_hdmi_rockchip_remove()
|
| /Linux-v5.15/drivers/gpu/drm/vc4/ |
| D | vc4_dpi.c | 358 component_del(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_remove()
|
| /Linux-v5.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | sdi.c | 380 component_del(&pdev->dev, &sdi_component_ops); in sdi_remove()
|
| /Linux-v5.15/drivers/gpu/drm/zte/ |
| D | zx_tvenc.c | 383 component_del(&pdev->dev, &zx_tvenc_component_ops); in zx_tvenc_remove()
|
1234