Searched refs:component_del (Results 1 – 25 of 119) sorted by relevance
12345
| /drivers/gpu/drm/imx/dc/ |
| A D | dc-tc.c | 124 component_del(&pdev->dev, &dc_tc_ops); in dc_tc_remove()
|
| A D | dc-cf.c | 155 component_del(&pdev->dev, &dc_cf_ops); in dc_cf_remove()
|
| A D | dc-de.c | 144 component_del(&pdev->dev, &dc_de_ops); in dc_de_remove()
|
| A D | dc-pe.c | 95 component_del(&pdev->dev, &dc_pe_ops); in dc_pe_remove()
|
| A D | dc-fl.c | 168 component_del(&pdev->dev, &dc_fl_ops); in dc_fl_remove()
|
| A D | dc-ed.c | 271 component_del(&pdev->dev, &dc_ed_ops); in dc_ed_remove()
|
| A D | dc-fw.c | 205 component_del(&pdev->dev, &dc_fw_ops); in dc_fw_remove()
|
| A D | dc-lb.c | 308 component_del(&pdev->dev, &dc_lb_ops); in dc_lb_remove()
|
| /drivers/gpu/drm/sun4i/ |
| A D | sun6i_drc.c | 100 component_del(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_remove()
|
| A D | sun8i_dw_hdmi.c | 240 component_del(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_remove()
|
| A D | sun8i_tcon_top.c | 265 component_del(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_remove()
|
| /drivers/gpu/drm/mediatek/ |
| A D | mtk_padding.c | 138 component_del(&pdev->dev, &mtk_padding_component_ops); in mtk_padding_remove()
|
| A D | mtk_disp_color.c | 132 component_del(&pdev->dev, &mtk_disp_color_component_ops); in mtk_disp_color_remove()
|
| A D | mtk_disp_aal.c | 205 component_del(&pdev->dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_remove()
|
| A D | mtk_disp_ccorr.c | 190 component_del(&pdev->dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_remove()
|
| /drivers/gpu/drm/exynos/ |
| A D | exynos_drm_dsi.c | 121 component_del(dsim->dev, &exynos_dsi_component_ops); in exynos_dsi_unregister_host()
|
| A D | exynos_dp.c | 254 component_del(&pdev->dev, &exynos_dp_ops); in exynos_dp_remove()
|
| /drivers/gpu/drm/imx/ipuv3/ |
| A D | dw_hdmi-imx.c | 262 component_del(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_remove()
|
| A D | parallel-display.c | 266 component_del(&pdev->dev, &imx_pd_ops); in imx_pd_remove()
|
| /drivers/platform/x86/lenovo/ |
| A D | wmi-capdata01.c | 265 component_del(&wdev->dev, &lwmi_cd01_component_ops); in lwmi_cd01_remove()
|
| /drivers/gpu/drm/msm/dsi/ |
| A D | dsi.c | 166 component_del(&pdev->dev, &dsi_ops); in dsi_dev_detach()
|
| /drivers/gpu/drm/rockchip/ |
| A D | dw-mipi-dsi-rockchip.c | 1089 component_del(second, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach() 1091 component_del(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_detach() 1171 component_del(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_init() 1184 component_del(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_exit()
|
| /drivers/base/ |
| A D | component.c | 820 void component_del(struct device *dev, const struct component_ops *ops) in component_del() function 842 EXPORT_SYMBOL_GPL(component_del);
|
| /drivers/gpu/drm/sti/ |
| A D | sti_compositor.c | 255 component_del(&pdev->dev, &sti_compositor_ops); in sti_compositor_remove()
|
| /drivers/gpu/drm/adp/ |
| A D | adp-mipi.c | 203 component_del(host->dev, &adp_dsi_component_ops); in adp_dsi_host_detach()
|
Completed in 44 milliseconds
12345