Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-tv/
Dhdmiphy_drv.c28 struct hdmiphy_conf { struct
35 const struct hdmiphy_conf *conf_tab; argument
38 static const struct hdmiphy_conf hdmiphy_conf_s5pv210[] = {
66 static const struct hdmiphy_conf hdmiphy_conf_exynos4210[] = {
106 static const struct hdmiphy_conf hdmiphy_conf_exynos4212[] = {
140 static const struct hdmiphy_conf hdmiphy_conf_exynos4412[] = {
180 const struct hdmiphy_conf *conf) in hdmiphy_find_conf()
287 ctx->conf_tab = (struct hdmiphy_conf *)id->driver_data; in hdmiphy_probe()