Home
last modified time | relevance | path

Searched refs:component_bind_all (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/include/linux/
Dcomponent.h14 int component_bind_all(struct device *, void *);
/linux-4.4.14/drivers/base/
Dcomponent.c433 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/
Dhdac_i915.c126 ret = component_bind_all(dev, acomp); in hdac_component_master_bind()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_drv.c177 ret = component_bind_all(dev, drm); in vc4_drm_bind()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c153 ret = component_bind_all(dev->dev, dev); in sti_load()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c106 ret = component_bind_all(dev->dev, dev); in armada_drm_load()
/linux-4.4.14/drivers/gpu/drm/imx/
Dimx-drm-core.c286 ret = component_bind_all(drm->dev, drm); in imx_drm_driver_load()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c174 ret = component_bind_all(dev, drm_dev); in rockchip_drm_load()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c178 ret = component_bind_all(dev->dev, dev); in exynos_drm_load()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c261 ret = component_bind_all(dev->dev, dev); in tilcdc_load()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c1164 r = component_bind_all(&pdev->dev, NULL); in dss_bind()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c363 ret = component_bind_all(dev->dev, dev); in msm_load()