Searched refs:configure_phy (Results 1 – 3 of 3) sorted by relevance
79 .configure_phy = rcar_hdmi_phy_configure,
140 int (*configure_phy)(struct dw_hdmi *hdmi, member
1435 if (pdata->configure_phy) in hdmi_phy_configure()1436 ret = pdata->configure_phy(hdmi, pdata, mpixelclock); in hdmi_phy_configure()2526 !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()