Searched refs:configure_phy (Results 1 – 3 of 3) sorted by relevance
66 .configure_phy = rcar_hdmi_phy_configure,
141 int (*configure_phy)(struct dw_hdmi *hdmi, member
1230 if (pdata->configure_phy) in hdmi_phy_configure()1231 ret = pdata->configure_phy(hdmi, pdata, mpixelclock); in hdmi_phy_configure()2232 !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()