Home
last modified time | relevance | path

Searched refs:component_add (Results 1 – 25 of 115) sorted by relevance

12345

/drivers/gpu/drm/imx/dc/
A Ddc-tc.c114 ret = component_add(&pdev->dev, &dc_tc_ops); in dc_tc_probe()
A Ddc-cf.c145 ret = component_add(&pdev->dev, &dc_cf_ops); in dc_cf_probe()
A Ddc-de.c134 ret = component_add(&pdev->dev, &dc_de_ops); in dc_de_probe()
A Ddc-pe.c85 ret = component_add(&pdev->dev, &dc_pe_ops); in dc_pe_probe()
A Ddc-fl.c158 ret = component_add(&pdev->dev, &dc_fl_ops); in dc_fl_probe()
A Ddc-ed.c261 ret = component_add(&pdev->dev, &dc_ed_ops); in dc_ed_probe()
A Ddc-fw.c195 ret = component_add(&pdev->dev, &dc_fw_ops); in dc_fw_probe()
A Ddc-lb.c298 ret = component_add(&pdev->dev, &dc_lb_ops); in dc_lb_probe()
/drivers/gpu/drm/sun4i/
A Dsun6i_drc.c95 return component_add(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_probe()
A Dsun8i_dw_hdmi.c235 return component_add(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_probe()
A Dsun8i_tcon_top.c260 return component_add(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_probe()
/drivers/gpu/drm/mediatek/
A Dmtk_padding.c127 ret = component_add(dev, &mtk_padding_component_ops); in mtk_padding_probe()
A Dmtk_disp_color.c123 ret = component_add(dev, &mtk_disp_color_component_ops); in mtk_disp_color_probe()
A Dmtk_disp_aal.c196 ret = component_add(dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_probe()
A Dmtk_disp_ccorr.c181 ret = component_add(dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_probe()
A Dmtk_disp_merge.c350 ret = component_add(dev, &mtk_disp_merge_component_ops); in mtk_disp_merge_probe()
/drivers/gpu/drm/exynos/
A Dexynos_drm_dsi.c116 return component_add(dsim->dev, &exynos_dsi_component_ops); in exynos_dsi_register_host()
A Dexynos_dp.c249 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
/drivers/gpu/drm/imx/ipuv3/
A Ddw_hdmi-imx.c251 ret = component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
A Dparallel-display.c261 return component_add(dev, &imx_pd_ops); in imx_pd_probe()
/drivers/platform/x86/lenovo/
A Dwmi-capdata01.c260 return component_add(&wdev->dev, &lwmi_cd01_component_ops); in lwmi_cd01_probe()
/drivers/gpu/drm/msm/dsi/
A Ddsi.c161 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_attach()
/drivers/base/
A Dcomponent.c805 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
809 EXPORT_SYMBOL_GPL(component_add);
/drivers/gpu/drm/sti/
A Dsti_compositor.c250 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
/drivers/gpu/drm/adp/
A Dadp-mipi.c188 ret = component_add(host->dev, &adp_dsi_component_ops); in adp_dsi_host_attach()

Completed in 28 milliseconds

12345