Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dcomponent.h13 * Components are registered with component_add() and unregistered with
36 int component_add(struct device *, const struct component_ops *);
118 * only matches against components added with component_add().
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_drc.c95 return component_add(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_probe()
H A Dsun8i_dw_hdmi.c235 return component_add(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_probe()
H A Dsun8i_tcon_top.c260 return component_add(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_probe()
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-tc.c114 ret = component_add(&pdev->dev, &dc_tc_ops); in dc_tc_probe()
H A Ddc-cf.c145 ret = component_add(&pdev->dev, &dc_cf_ops); in dc_cf_probe()
H A Ddc-de.c134 ret = component_add(&pdev->dev, &dc_de_ops); in dc_de_probe()
H A Ddc-pe.c85 ret = component_add(&pdev->dev, &dc_pe_ops); in dc_pe_probe()
H A Ddc-fl.c158 ret = component_add(&pdev->dev, &dc_fl_ops); in dc_fl_probe()
H A Ddc-ed.c261 ret = component_add(&pdev->dev, &dc_ed_ops); in dc_ed_probe()
H A Ddc-fw.c195 ret = component_add(&pdev->dev, &dc_fw_ops); in dc_fw_probe()
H A Ddc-lb.c298 ret = component_add(&pdev->dev, &dc_lb_ops); in dc_lb_probe()
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_padding.c127 ret = component_add(dev, &mtk_padding_component_ops); in mtk_padding_probe()
H A Dmtk_disp_color.c123 ret = component_add(dev, &mtk_disp_color_component_ops); in mtk_disp_color_probe()
H A Dmtk_disp_ccorr.c181 ret = component_add(dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_probe()
H A Dmtk_mdp_rdma.c320 ret = component_add(dev, &mtk_mdp_rdma_component_ops); in mtk_mdp_rdma_probe()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata01.c260 return component_add(&wdev->dev, &lwmi_cd01_component_ops); in lwmi_cd01_probe()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Ddw_hdmi-imx.c251 ret = component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
H A Dparallel-display.c261 return component_add(dev, &imx_pd_ops); in imx_pd_probe()
/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c250 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_dp.c249 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
/linux/drivers/base/
H A Dcomponent.c30 * Components are registered using component_add() and unregistered with
436 * only matches against components added with component_add().
778 * See also component_add().
791 * component_add - register a component
805 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
809 EXPORT_SYMBOL_GPL(component_add);
816 * Unregister a component added with component_add(). If the component is bound
/linux/drivers/gpu/drm/adp/
H A Dadp-mipi.c188 ret = component_add(host->dev, &adp_dsi_component_ops); in adp_dsi_host_attach()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_dpi.c388 return component_add(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_probe()
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c269 return component_add(&pdev->dev, &a3xx_ops); in adreno_probe()

1234