Searched refs:dw_hdmi_phys (Results 1 – 5 of 5) sorted by relevance
835 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable1033 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()1034 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()1036 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()1037 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()1039 if (!dw_hdmi_phys[i].configure && in dw_hdmi_detect_phy()
4210 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable4273 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()4274 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()4276 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()4277 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()4279 if (!dw_hdmi_phys[i].configure && in dw_hdmi_detect_phy()