Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c101 struct hdmiphy_configs phy_confs; member
639 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_v13_configs),
646 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_v14_configs),
654 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_5420_configs),
663 .phy_confs = INIT_ARRAY_SPEC(hdmiphy_5433_configs),
904 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf()
1437 phy_conf = hdata->drv_data->phy_confs.data[ret].conf; in hdmiphy_conf_apply()