Home
last modified time | relevance | path

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

12345

/linux/include/linux/
H A Dcomponent.h39 void component_del(struct device *, const struct component_ops *);
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_drc.c100 component_del(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_remove()
H A Dsun8i_dw_hdmi.c240 component_del(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_remove()
H A Dsun8i_tcon_top.c265 component_del(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_remove()
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-tc.c124 component_del(&pdev->dev, &dc_tc_ops); in dc_tc_remove()
H A Ddc-cf.c155 component_del(&pdev->dev, &dc_cf_ops); in dc_cf_remove()
H A Ddc-de.c144 component_del(&pdev->dev, &dc_de_ops); in dc_de_remove()
H A Ddc-pe.c95 component_del(&pdev->dev, &dc_pe_ops); in dc_pe_remove()
H A Ddc-fl.c168 component_del(&pdev->dev, &dc_fl_ops); in dc_fl_remove()
H A Ddc-fw.c205 component_del(&pdev->dev, &dc_fw_ops); in dc_fw_remove()
H A Ddc-ed.c271 component_del(&pdev->dev, &dc_ed_ops); in dc_ed_remove()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_padding.c138 component_del(&pdev->dev, &mtk_padding_component_ops); in mtk_padding_remove()
H A Dmtk_disp_color.c132 component_del(&pdev->dev, &mtk_disp_color_component_ops); in mtk_disp_color_remove()
H A Dmtk_disp_ccorr.c169 component_del(&pdev->dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_remove()
H A Dmtk_disp_aal.c205 component_del(&pdev->dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_remove()
/linux/drivers/gpu/drm/rockchip/
H A Ddw_dp-rockchip.c134 component_del(dp->dev, &dw_dp_rockchip_component_ops); in dw_dp_remove()
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-pai.c153 component_del(&pdev->dev, &imx8mp_hdmi_pai_ops); in imx8mp_hdmi_pai_remove()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c121 component_del(dsim->dev, &exynos_dsi_component_ops); in exynos_dsi_unregister_host()
H A Dexynos_dp.c254 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata.c791 component_del(&wdev->dev, &lwmi_cd_component_ops); in lwmi_cd_remove()
794 component_del(&wdev->dev, &lwmi_cd_sub_component_ops); in lwmi_cd_remove()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi.c166 component_del(&pdev->dev, &dsi_ops); in dsi_dev_detach()
/linux/drivers/base/
H A Dcomponent.c820 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function
842 EXPORT_SYMBOL_GPL(component_del);
/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c255 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dparallel-display.c268 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
/linux/drivers/gpu/drm/adp/
H A Dadp-mipi.c203 component_del(host->dev, &adp_dsi_component_ops); in adp_dsi_host_detach()

12345