Home
last modified time | relevance | path

Searched refs:component_unbind_all (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/sound/hda/
Dhdac_i915.c148 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/
Dcomponent.h15 void component_unbind_all(struct device *, void *);
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c126 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/
Dcomponent.c365 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/
Dimx-drm-core.c84 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/
Drockchip_drm_drv.c225 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/
Dexynos_drm_drv.c221 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/
Dvc4_drv.c202 component_unbind_all(dev, drm); in vc4_drm_bind()
/linux-4.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.c322 component_unbind_all(dev->dev, dev); in tilcdc_load()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c1198 component_unbind_all(&pdev->dev, NULL); in dss_unbind()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c229 component_unbind_all(dev->dev, dev); in msm_unload()