| /linux/include/linux/ |
| A D | component.h | 41 int component_bind_all(struct device *master, void *master_data);
|
| /linux/drivers/iommu/ |
| A D | mtk_iommu.h | 101 return component_bind_all(dev, &data->larb_imu); in mtk_iommu_bind()
|
| /linux/drivers/misc/mei/pxp/ |
| A D | mei_pxp.c | 94 ret = component_bind_all(dev, comp_master); in mei_component_master_bind()
|
| /linux/drivers/base/ |
| A D | component.c | 623 int component_bind_all(struct device *parent, void *data) in component_bind_all() function 655 EXPORT_SYMBOL_GPL(component_bind_all);
|
| /linux/drivers/gpu/drm/imx/ |
| A D | imx-drm-core.c | 232 ret = component_bind_all(dev, drm); in imx_drm_bind()
|
| /linux/drivers/gpu/drm/sti/ |
| A D | sti_drv.c | 198 ret = component_bind_all(ddev->dev, ddev); in sti_bind()
|
| /linux/drivers/gpu/drm/armada/ |
| A D | armada_drv.c | 125 ret = component_bind_all(dev, &priv->drm); in armada_drm_bind()
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| A D | kirin_drm_drv.c | 176 ret = component_bind_all(dev->dev, dev); in kirin_drm_kms_init()
|
| /linux/sound/hda/ |
| A D | hdac_component.c | 192 ret = component_bind_all(dev, acomp); in hdac_component_master_bind()
|
| /linux/drivers/gpu/drm/sun4i/ |
| A D | sun4i_drv.c | 89 ret = component_bind_all(drm->dev, drm); in sun4i_drv_bind()
|
| /linux/drivers/gpu/drm/vc4/ |
| A D | vc4_drv.c | 254 ret = component_bind_all(dev, drm); in vc4_drm_bind()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| A D | komeda_kms.c | 291 err = component_bind_all(mdev->dev, kms); in komeda_kms_attach()
|
| /linux/drivers/gpu/drm/mcde/ |
| A D | mcde_drv.c | 227 ret = component_bind_all(drm->dev, drm); in mcde_drm_bind()
|
| /linux/drivers/gpu/drm/arm/ |
| A D | hdlcd_drv.c | 298 ret = component_bind_all(dev, drm); in hdlcd_drm_bind()
|
| A D | malidp_drv.c | 831 ret = component_bind_all(dev, drm); in malidp_bind()
|
| /linux/drivers/gpu/drm/rockchip/ |
| A D | rockchip_drm_drv.c | 152 ret = component_bind_all(dev, drm_dev); in rockchip_drm_bind()
|
| /linux/drivers/gpu/drm/exynos/ |
| A D | exynos_drm_drv.c | 293 ret = component_bind_all(drm->dev, drm); in exynos_drm_bind()
|
| /linux/drivers/gpu/drm/meson/ |
| A D | meson_drv.c | 314 ret = component_bind_all(drm->dev, drm); in meson_drv_bind_master()
|
| /linux/drivers/gpu/drm/tilcdc/ |
| A D | tilcdc_drv.c | 343 ret = component_bind_all(dev, ddev); in tilcdc_init()
|
| /linux/drivers/gpu/drm/mediatek/ |
| A D | mtk_drm_drv.c | 242 ret = component_bind_all(drm->dev, drm); in mtk_drm_kms_init()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| A D | etnaviv_drv.c | 531 ret = component_bind_all(dev, drm); in etnaviv_bind()
|
| /linux/drivers/misc/mei/hdcp/ |
| A D | mei_hdcp.c | 745 ret = component_bind_all(dev, comp_master); in mei_component_master_bind()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dss.c | 1142 r = component_bind_all(&pdev->dev, NULL); in dss_bind()
|
| /linux/drivers/gpu/drm/msm/ |
| A D | msm_drv.c | 577 ret = component_bind_all(dev, ddev); in msm_drm_init()
|
| /linux/drivers/gpu/drm/ingenic/ |
| A D | ingenic-drm-drv.c | 1016 ret = component_bind_all(dev, drm); in ingenic_drm_bind()
|