Searched refs:dw_hdmi_phys (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3152 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable in typeref:struct:dw_hdmi_phy_data
3215 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) {
3216 if (dw_hdmi_phys[i].type == phy_type) {
3218 hdmi->phy.name = dw_hdmi_phys[i].name;
3219 hdmi->phy.data = (void *)&dw_hdmi_phys[i];
3221 if (!dw_hdmi_phys[i].configure &&

Completed in 93 milliseconds