Searched refs:component_unbind_all (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/zte/ |
D | zx_drm_drv.c | 122 component_unbind_all(dev, drm); in zx_drm_bind() 137 component_unbind_all(dev, drm); in zx_drm_unbind()
|
/Linux-v4.19/include/linux/ |
D | component.h | 20 void component_unbind_all(struct device *master, void *master_data);
|
/Linux-v4.19/drivers/iommu/ |
D | mtk_iommu.h | 86 component_unbind_all(dev, &data->smi_imu); in mtk_iommu_unbind()
|
/Linux-v4.19/sound/hda/ |
D | hdac_component.c | 205 component_unbind_all(dev, acomp); in hdac_component_master_bind() 217 component_unbind_all(dev, acomp); in hdac_component_master_unbind()
|
/Linux-v4.19/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 290 component_unbind_all(drm->dev, drm); in imx_drm_bind() 310 component_unbind_all(drm->dev, drm); in imx_drm_unbind()
|
/Linux-v4.19/drivers/gpu/drm/armada/ |
D | armada_drv.c | 156 component_unbind_all(dev, &priv->drm); in armada_drm_bind() 174 component_unbind_all(dev, &priv->drm); in armada_drm_unbind()
|
/Linux-v4.19/drivers/media/platform/vimc/ |
D | vimc-core.c | 225 component_unbind_all(master, NULL); in vimc_comp_bind() 240 component_unbind_all(master, NULL); in vimc_comp_unbind()
|
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 180 component_unbind_all(dev, drm_dev); in rockchip_drm_bind() 201 component_unbind_all(dev, drm_dev); in rockchip_drm_unbind()
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | hdlcd_drv.c | 329 component_unbind_all(dev, drm); in hdlcd_drm_bind() 351 component_unbind_all(dev, drm); in hdlcd_drm_unbind()
|
D | malidp_drv.c | 789 component_unbind_all(dev, drm); in malidp_bind() 826 component_unbind_all(dev, drm); in malidp_unbind()
|
/Linux-v4.19/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 407 component_unbind_all(drm->dev, drm); in exynos_drm_bind() 428 component_unbind_all(drm->dev, drm); in exynos_drm_unbind()
|
/Linux-v4.19/drivers/gpu/drm/mediatek/ |
D | mtk_drm_drv.c | 303 component_unbind_all(drm->dev, drm); in mtk_drm_kms_init() 314 component_unbind_all(drm->dev, drm); in mtk_drm_kms_deinit()
|
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/ |
D | kirin_drm_drv.c | 133 component_unbind_all(dev->dev, dev); in kirin_drm_kms_init()
|
/Linux-v4.19/drivers/base/ |
D | component.c | 443 void component_unbind_all(struct device *master_dev, void *data) in component_unbind_all() function 462 EXPORT_SYMBOL_GPL(component_unbind_all);
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_drv.c | 211 component_unbind_all(ddev->dev, ddev); in sti_cleanup()
|
/Linux-v4.19/drivers/gpu/drm/etnaviv/ |
D | etnaviv_drv.c | 549 component_unbind_all(dev, drm); in etnaviv_bind() 565 component_unbind_all(dev, drm); in etnaviv_unbind()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 312 component_unbind_all(dev, drm); in vc4_drm_bind()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.c | 1184 component_unbind_all(&pdev->dev, NULL); in dss_unbind()
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/ |
D | dss.c | 1336 component_unbind_all(dev, NULL); in dss_unbind()
|
/Linux-v4.19/drivers/gpu/drm/msm/ |
D | msm_drv.c | 334 component_unbind_all(dev, ddev); in msm_drm_uninit()
|