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

/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c48 struct device *crtc_dev; member in struct:component_dev
384 cdev->crtc_dev = dev; exynos_drm_component_add()
405 cdev->crtc_dev = dev; exynos_drm_component_add()
428 if (cdev->crtc_dev == dev) { exynos_drm_component_del()
429 cdev->crtc_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()
491 cdev->crtc_dev); exynos_drm_match_add()
501 component_match_add(dev, &match, compare_dev, cdev->crtc_dev); exynos_drm_match_add()

Completed in 78 milliseconds