Searched refs:component_bind_all (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/include/linux/ |
D | component.h | 14 int component_bind_all(struct device *, void *);
|
/linux-4.4.14/drivers/base/ |
D | component.c | 433 int component_bind_all(struct device *master_dev, void *data) in component_bind_all() function 459 EXPORT_SYMBOL_GPL(component_bind_all);
|
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 126 ret = component_bind_all(dev, acomp); in hdac_component_master_bind()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 177 ret = component_bind_all(dev, drm); in vc4_drm_bind()
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 153 ret = component_bind_all(dev->dev, dev); in sti_load()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 106 ret = component_bind_all(dev->dev, dev); in armada_drm_load()
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 286 ret = component_bind_all(drm->dev, drm); in imx_drm_driver_load()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 174 ret = component_bind_all(dev, drm_dev); in rockchip_drm_load()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 178 ret = component_bind_all(dev->dev, dev); in exynos_drm_load()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 261 ret = component_bind_all(dev->dev, dev); in tilcdc_load()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1164 r = component_bind_all(&pdev->dev, NULL); in dss_bind()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 363 ret = component_bind_all(dev->dev, dev); in msm_load()
|