Searched refs:conn_dev (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c49 struct device *conn_dev; member in struct:component_dev
389 cdev->conn_dev = dev; exynos_drm_component_add()
407 cdev->conn_dev = dev; exynos_drm_component_add()
435 if (cdev->conn_dev == dev) { exynos_drm_component_del()
436 cdev->conn_dev = NULL; exynos_drm_component_del()
445 if (!cdev->crtc_dev && !cdev->conn_dev) { exynos_drm_component_del()
478 if (!cdev->crtc_dev || !cdev->conn_dev) exynos_drm_match_add()
489 if (cdev->crtc_dev == cdev->conn_dev) { exynos_drm_match_add()
502 component_match_add(dev, &match, compare_dev, cdev->conn_dev); exynos_drm_match_add()

Completed in 45 milliseconds