Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c101 struct hdmiphy_configs phy_confs; member
648 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_v13_configs),
655 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_v14_configs),
663 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_5420_configs),
672 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_5433_configs),
916 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf()
1446 phy_conf = hdata->drv_data->phy_confs.data[ret].conf; in hdmiphy_conf_apply()