Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/exynos/
Dexynos_dp.c31 #define to_dp(nm) container_of(nm, struct exynos_dp_device, nm)
33 struct exynos_dp_device { struct
48 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_crtc_clock_enable() argument
72 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_get_modes()
101 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_bridge_attach()
141 static int exynos_dp_dt_parse_panel(struct exynos_dp_device *dp) in exynos_dp_dt_parse_panel()
156 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_bind()
199 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_unbind()
214 struct exynos_dp_device *dp; in exynos_dp_probe()
219 dp = devm_kzalloc(&pdev->dev, sizeof(struct exynos_dp_device), in exynos_dp_probe()
[all …]