Searched refs:configure_phy (Results 1 – 2 of 2) sorted by relevance
185 int (*configure_phy)(struct dw_hdmi *hdmi, member
953 if (pdata->configure_phy) in hdmi_phy_configure()954 ret = pdata->configure_phy(hdmi, pdata, mpixelclock); in hdmi_phy_configure()1042 !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()