Searched refs:component_unbind_all (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_i915.c | 126 component_unbind_all(dev, acomp); in hda_component_master_bind() 139 component_unbind_all(dev, acomp); in hda_component_master_unbind()
|
/linux-4.1.27/include/linux/ |
D | component.h | 15 void component_unbind_all(struct device *, void *);
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 222 component_unbind_all(dev, drm_dev); in rockchip_drm_load() 240 component_unbind_all(dev, drm_dev); in rockchip_drm_unload()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drv.c | 206 component_unbind_all(dev->dev, dev); in armada_drm_load() 223 component_unbind_all(dev->dev, dev); in armada_drm_unload()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 129 component_unbind_all(dev->dev, dev); in exynos_drm_load() 147 component_unbind_all(dev->dev, dev); in exynos_drm_unload()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.c | 160 component_unbind_all(dev->dev, dev); in msm_unload()
|