| /linux/drivers/usb/typec/ |
| H A D | port-mapper.c | 20 return component_bind_all(dev, &port->con); in typec_aggregate_bind()
|
| /linux/drivers/gpu/drm/sprd/ |
| H A D | sprd_drm.c | 86 ret = component_bind_all(drm->dev, drm); in sprd_drm_bind()
|
| /linux/drivers/misc/mei/gsc_proxy/ |
| H A D | mei_gsc_proxy.c | 78 return component_bind_all(dev, comp_master); in mei_component_master_bind()
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | hda_component.c | 143 return component_bind_all(hda_codec_dev(cdc), parent); in hda_component_manager_bind()
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_drv.c | 197 ret = component_bind_all(ddev->dev, ddev); in sti_bind()
|
| /linux/drivers/misc/mei/pxp/ |
| H A D | mei_pxp.c | 190 ret = component_bind_all(dev, comp_master); in mei_component_master_bind()
|
| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_drv.c | 121 ret = component_bind_all(dev, &priv->drm); in armada_drm_bind()
|
| /linux/drivers/base/ |
| H A D | component.c | 695 int component_bind_all(struct device *parent, void *data) in component_bind_all() function 727 EXPORT_SYMBOL_GPL(component_bind_all);
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_drv.c | 227 ret = component_bind_all(drm->dev, drm); in mcde_drm_bind()
|
| /linux/drivers/misc/mei/ |
| H A D | mei_lb.c | 396 return component_bind_all(dev, (void *)&mei_lb_ops); in mei_lb_component_master_bind()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 181 ret = component_bind_all(dev, drm_dev); in rockchip_drm_bind()
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_drv.c | 312 ret = component_bind_all(dev, drm); in meson_drv_bind_master()
|
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl_adaptor.c | 615 ret = component_bind_all(dev, priv->mmsys_dev); in mtk_disp_ovl_adaptor_master_bind()
|
| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 570 ret = component_bind_all(dev, drm); in etnaviv_bind()
|
| /linux/drivers/iommu/ |
| H A D | mtk_iommu_v1.c | 133 return component_bind_all(dev, &data->larb_imu); in mtk_iommu_v1_bind()
|
| H A D | mtk_iommu.c | 298 return component_bind_all(dev, &data->larb_imu); in mtk_iommu_bind()
|
| /linux/drivers/misc/mei/hdcp/ |
| H A D | mei_hdcp.c | 745 ret = component_bind_all(dev, comp_arbiter); in mei_component_master_bind()
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dss.c | 1138 r = component_bind_all(&pdev->dev, NULL); in dss_bind()
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dss.c | 1312 r = component_bind_all(dev, NULL); in dss_bind()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1506 ret = component_bind_all(dev, pm4125); in pm4125_bind()
|
| H A D | wcd937x.c | 2759 ret = component_bind_all(dev, wcd937x); in wcd937x_bind()
|
| H A D | wcd938x.c | 3337 ret = component_bind_all(dev, wcd938x); in wcd938x_bind()
|
| H A D | wcd939x.c | 3320 ret = component_bind_all(dev, wcd939x); in wcd939x_bind()
|