hdmi_phy_configure
ret = hdmi_phy_configure(hdmi, display);
int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco,
r = hdmi_phy_configure(&hdmi->phy, hdmi_cinfo.clkdco,
.hdmi_phy_configure = mtk_hdmi_phy_configure,
if (hdmi_phy->conf->hdmi_phy_configure)
return hdmi_phy->conf->hdmi_phy_configure(phy, opts);
int (*hdmi_phy_configure)(struct phy *phy, union phy_configure_opts *opts);
int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco,
r = hdmi_phy_configure(&hdmi.phy, hdmi_cinfo.clkdco,