Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/exynos/
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),
913 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf()
1443 phy_conf = hdata->drv_data->phy_confs.data[ret].conf; in hdmiphy_conf_apply()