Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_hdmi.c74 const struct hdmiphy_config *phy_confs; member
209 const struct hdmiphy_config *phy_confs; member
589 .phy_confs = hdmiphy_5420_configs,
596 .phy_confs = hdmiphy_v14_configs,
603 .phy_confs = hdmiphy_v13_configs,
610 .phy_confs = hdmiphy_v13_configs,
1086 if (hdata->phy_confs[i].pixel_clock == pixel_clock) in hdmi_find_phy_conf()
1748 ret = hdmiphy_reg_write_buf(hdata, 0, hdata->phy_confs[i].conf, 32); in hdmiphy_conf_apply()
2376 hdata->phy_confs = drv_data->phy_confs; in hdmi_probe()