Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/sprd/
H A Dsprd_drm.c114 component_unbind_all(drm->dev, drm); in sprd_drm_bind()
126 component_unbind_all(drm->dev, drm); in sprd_drm_unbind()
/linux/drivers/gpu/drm/armada/
H A Darmada_drv.c148 component_unbind_all(dev, &priv->drm); in armada_drm_bind()
167 component_unbind_all(dev, &priv->drm); in armada_drm_unbind()
/linux/include/linux/
H A Dcomponent.h28 * Called through component_unbind_all() when the aggregate driver is
42 void component_unbind_all(struct device *parent, void *data);
/linux/sound/hda/core/
H A Dcomponent.c218 component_unbind_all(dev, acomp); in hdac_component_master_bind()
231 component_unbind_all(dev, acomp); in hdac_component_master_unbind()
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_drv.c124 component_unbind_all(dev, NULL); in sun4i_drv_bind()
143 component_unbind_all(dev, NULL); in sun4i_drv_unbind()
/linux/sound/hda/codecs/side-codecs/
H A Dhda_component.h99 component_unbind_all(hda_codec_dev(cdc), parent); in hda_component_manager_unbind()
/linux/drivers/gpu/drm/arm/
H A Dhdlcd_drv.c313 component_unbind_all(dev, drm); in hdlcd_drm_bind()
331 component_unbind_all(dev, drm); in hdlcd_drm_unbind()
H A Dmalidp_drv.c868 component_unbind_all(dev, drm); in malidp_bind()
896 component_unbind_all(dev, drm); in malidp_unbind()
/linux/drivers/gpu/drm/mcde/
H A Dmcde_drv.c246 component_unbind_all(drm->dev, drm); in mcde_drm_bind()
256 component_unbind_all(drm->dev, drm); in mcde_drm_unbind()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c298 component_unbind_all(drm->dev, drm); in exynos_drm_bind()
319 component_unbind_all(drm->dev, drm); in exynos_drm_unbind()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c206 component_unbind_all(dev, drm_dev); in rockchip_drm_bind()
221 component_unbind_all(dev, drm_dev); in rockchip_drm_unbind()
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-drv.c91 component_unbind_all(drm->dev, dc_drm); in dc_drm_component_unbind_all()
/linux/drivers/misc/mei/pxp/
H A Dmei_pxp.c202 component_unbind_all(dev, comp_master); in mei_component_master_unbind()
/linux/drivers/gpu/drm/sti/
H A Dsti_drv.c177 component_unbind_all(ddev->dev, ddev); in sti_cleanup()
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_drv.c198 component_unbind_all(dev->dev, dev); in kirin_drm_kms_init()
/linux/drivers/base/
H A Dcomponent.c604 * component_unbind_all - unbind all components of an aggregate driver
612 void component_unbind_all(struct device *parent, void *data) in component_unbind_all() function
631 EXPORT_SYMBOL_GPL(component_unbind_all);
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_drv.c492 component_unbind_all(private->all_drm_private[i]->dev, drm); in mtk_drm_kms_init()
586 component_unbind_all(private->all_drm_private[i]->dev, drm); in mtk_drm_kms_init()
596 component_unbind_all(drm->dev, drm); in mtk_drm_kms_deinit()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c274 component_unbind_all(vc4->dev, &vc4->base); in vc4_component_unbind_all()
/linux/drivers/platform/x86/lenovo/
H A Dwmi-other.c598 * component_unbind_all to unbind the lenovo-wmi-capdata01 driver from the
606 component_unbind_all(dev, NULL); in lwmi_om_master_unbind()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c1322 component_unbind_all(dev, NULL); in dss_bind()
1337 component_unbind_all(dev, NULL); in dss_unbind()
/linux/drivers/iommu/
H A Dmtk_iommu_v1.c140 component_unbind_all(dev, &data->larb_imu); in mtk_iommu_v1_unbind()
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c99 component_unbind_all(dev, ddev); in msm_drm_uninit()
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss.c1172 component_unbind_all(&pdev->dev, NULL); in dss_unbind()
/linux/sound/soc/codecs/
H A Dwcd939x.c3485 component_unbind_all(dev, wcd939x); in wcd939x_bind()
3505 component_unbind_all(dev, wcd939x); in wcd939x_unbind()
H A Dwcd938x.c3488 component_unbind_all(dev, wcd938x); in wcd938x_bind()
3503 component_unbind_all(dev, wcd938x); in wcd938x_unbind()

12