Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c48 struct device *crtc_dev; member
384 cdev->crtc_dev = dev; in exynos_drm_component_add()
405 cdev->crtc_dev = dev; in exynos_drm_component_add()
428 if (cdev->crtc_dev == dev) { in exynos_drm_component_del()
429 cdev->crtc_dev = NULL; in exynos_drm_component_del()
445 if (!cdev->crtc_dev && !cdev->conn_dev) { in exynos_drm_component_del()
478 if (!cdev->crtc_dev || !cdev->conn_dev) in exynos_drm_match_add()
489 if (cdev->crtc_dev == cdev->conn_dev) { in exynos_drm_match_add()
491 cdev->crtc_dev); in exynos_drm_match_add()
501 component_match_add(dev, &match, compare_dev, cdev->crtc_dev); in exynos_drm_match_add()