Searched refs:component_unbind_all (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 148 component_unbind_all(dev, acomp); in hdac_component_master_bind() 158 component_unbind_all(dev, acomp); in hdac_component_master_unbind()
|
/linux-4.4.14/include/linux/ |
D | component.h | 15 void component_unbind_all(struct device *, void *);
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 126 component_unbind_all(dev->dev, dev); in armada_drm_load() 142 component_unbind_all(dev->dev, dev); in armada_drm_unload()
|
/linux-4.4.14/drivers/base/ |
D | component.c | 365 void component_unbind_all(struct device *master_dev, void *data) in component_unbind_all() function 379 EXPORT_SYMBOL_GPL(component_unbind_all);
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 84 component_unbind_all(drm->dev, drm); in imx_drm_driver_unload() 330 component_unbind_all(drm->dev, drm); in imx_drm_driver_load()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 225 component_unbind_all(dev, drm_dev); in rockchip_drm_load() 243 component_unbind_all(dev, drm_dev); in rockchip_drm_unload()
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 221 component_unbind_all(dev->dev, dev); in exynos_drm_load() 239 component_unbind_all(dev->dev, dev); in exynos_drm_unload()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 202 component_unbind_all(dev, drm); in vc4_drm_bind()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 322 component_unbind_all(dev->dev, dev); in tilcdc_load()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1198 component_unbind_all(&pdev->dev, NULL); in dss_unbind()
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 229 component_unbind_all(dev->dev, dev); in msm_unload()
|