Searched refs:component_add (Results 1 – 25 of 105) sorted by relevance
12345
/Linux-v6.6/include/linux/ |
D | component.h | 36 int component_add(struct device *, const struct component_ops *);
|
/Linux-v6.6/drivers/gpu/drm/sun4i/ |
D | sun6i_drc.c | 95 return component_add(&pdev->dev, &sun6i_drc_ops); in sun6i_drc_probe()
|
D | sun8i_dw_hdmi.c | 235 return component_add(&pdev->dev, &sun8i_dw_hdmi_ops); in sun8i_dw_hdmi_probe()
|
D | sun8i_tcon_top.c | 260 return component_add(&pdev->dev, &sun8i_tcon_top_ops); in sun8i_tcon_top_probe()
|
/Linux-v6.6/drivers/gpu/drm/mediatek/ |
D | mtk_disp_aal.c | 130 ret = component_add(dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_probe()
|
D | mtk_disp_color.c | 127 ret = component_add(dev, &mtk_disp_color_component_ops); in mtk_disp_color_probe()
|
D | mtk_disp_gamma.c | 178 ret = component_add(dev, &mtk_disp_gamma_component_ops); in mtk_disp_gamma_probe()
|
D | mtk_disp_ccorr.c | 185 ret = component_add(dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_probe()
|
D | mtk_disp_merge.c | 290 ret = component_add(dev, &mtk_disp_merge_component_ops); in mtk_disp_merge_probe()
|
D | mtk_mdp_rdma.c | 309 ret = component_add(dev, &mtk_mdp_rdma_component_ops); in mtk_mdp_rdma_probe()
|
D | mtk_disp_rdma.c | 373 ret = component_add(dev, &mtk_disp_rdma_component_ops); in mtk_disp_rdma_probe()
|
/Linux-v6.6/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 116 return component_add(dsim->dev, &exynos_dsi_component_ops); in exynos_dsi_register_host()
|
D | exynos_dp.c | 250 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
|
D | exynos_drm_vidi.c | 462 return component_add(dev, &vidi_component_ops); in vidi_probe()
|
D | exynos_drm_rotator.c | 320 ret = component_add(dev, &rotator_component_ops); in rotator_probe()
|
/Linux-v6.6/drivers/gpu/drm/imx/ipuv3/ |
D | dw_hdmi-imx.c | 251 ret = component_add(&pdev->dev, &dw_hdmi_imx_ops); in dw_hdmi_imx_probe()
|
D | parallel-display.c | 353 return component_add(dev, &imx_pd_ops); in imx_pd_probe()
|
/Linux-v6.6/drivers/gpu/drm/rockchip/ |
D | rockchip_vop2_reg.c | 264 return component_add(dev, &vop2_component_ops); in vop2_probe()
|
D | dw-mipi-dsi-rockchip.c | 1041 ret = component_add(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_attach() 1054 ret = component_add(second, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_attach() 1137 ret = component_add(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_init()
|
/Linux-v6.6/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 139 return component_add(&pdev->dev, &dsi_ops); in dsi_dev_attach()
|
/Linux-v6.6/drivers/base/ |
D | component.c | 787 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function 791 EXPORT_SYMBOL_GPL(component_add);
|
/Linux-v6.6/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 258 return component_add(&pdev->dev, &sti_compositor_ops); in sti_compositor_probe()
|
/Linux-v6.6/drivers/thunderbolt/ |
D | usb4_port.c | 280 ret = component_add(&usb4->dev, &connector_ops); in usb4_port_device_add()
|
/Linux-v6.6/drivers/gpu/drm/vc4/ |
D | vc4_dpi.c | 388 return component_add(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_probe()
|
/Linux-v6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
D | sdi.c | 375 return component_add(&pdev->dev, &sdi_component_ops); in sdi_probe()
|
12345