Searched refs:dw_hdmi_phys (Results 1 – 1 of 1) sorted by relevance
2456 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable2519 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()2520 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()2522 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()2523 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()2525 if (!dw_hdmi_phys[i].configure && in dw_hdmi_detect_phy()