Home
last modified time | relevance | path

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

123

/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()
H A Dsun4i_tv.c546 return component_add(&pdev->dev, &sun4i_tv_ops); in sun4i_tv_probe()
H A Dsun4i_frontend.c634 return component_add(&pdev->dev, &sun4i_frontend_ops); in sun4i_frontend_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_ccorr.c181 ret = component_add(dev, &mtk_disp_ccorr_component_ops); in mtk_disp_ccorr_probe()
H A Dmtk_disp_aal.c196 ret = component_add(dev, &mtk_disp_aal_component_ops); in mtk_disp_aal_probe()
H A Dmtk_ethdr.c370 ret = component_add(dev, &mtk_ethdr_component_ops); in mtk_ethdr_probe()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c116 return component_add(dsim->dev, &exynos_dsi_component_ops); in exynos_dsi_register_host()
H A Dexynos_dp.c249 return component_add(&pdev->dev, &exynos_dp_ops); in exynos_dp_probe()
H A Dexynos_drm_vidi.c452 return component_add(dev, &vidi_component_ops); in vidi_probe()
H A Dexynos_drm_rotator.c320 ret = component_add(dev, &rotator_component_ops); in rotator_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 Dipuv3-crtc.c439 return component_add(dev, &ipu_crtc_ops); in ipu_drm_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/base/
H A Dcomponent.c805 int component_add(struct device *dev, const struct component_ops *ops) in component_add() function
809 EXPORT_SYMBOL_GPL(component_add);
/linux/drivers/gpu/drm/vc4/
H A Dvc4_dpi.c388 return component_add(&pdev->dev, &vc4_dpi_ops); in vc4_dpi_dev_probe()
H A Dvc4_v3d.c520 return component_add(&pdev->dev, &vc4_v3d_ops); in vc4_v3d_dev_probe()
/linux/drivers/thunderbolt/
H A Dusb4_port.c322 ret = component_add(&usb4->dev, &connector_ops); in usb4_port_device_add()
/linux/drivers/usb/roles/
H A Dclass.c400 ret = component_add(&sw->dev, &connector_ops); in usb_role_switch_register()
/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c269 return component_add(&pdev->dev, &a3xx_ops); in adreno_probe()
/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c1050 ret = component_add(dsi->dev, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_attach()
1063 ret = component_add(second, &dw_mipi_dsi_rockchip_ops); in dw_mipi_dsi_rockchip_host_attach()
1146 ret = component_add(dsi->dev, &dw_mipi_dsi_rockchip_dphy_ops); in dw_mipi_dsi_dphy_init()
H A Ddw-mipi-dsi2-rockchip.c344 ret = component_add(dsi2->dev, &dw_mipi_dsi2_rockchip_ops); in dw_mipi_dsi2_rockchip_host_attach()
/linux/drivers/gpu/drm/
H A Ddrm_sysfs.c377 r = component_add(kdev, &typec_connector_ops); in drm_sysfs_connector_add()

123