Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c72 struct hdmi_driver_data { struct
587 static struct hdmi_driver_data exynos5420_hdmi_driver_data = {
594 static struct hdmi_driver_data exynos4212_hdmi_driver_data = {
601 static struct hdmi_driver_data exynos4210_hdmi_driver_data = {
608 static struct hdmi_driver_data exynos5_hdmi_driver_data = {
2338 struct hdmi_driver_data *drv_data; in hdmi_probe()
2374 drv_data = (struct hdmi_driver_data *)match->data; in hdmi_probe()