Lines Matching refs:ret
638 int i, ret; in dw_hdmi_phy_cfg() local
647 ret = hdmi_phy_configure(hdmi, mpixelclock); in dw_hdmi_phy_cfg()
648 if (ret) { in dw_hdmi_phy_cfg()
649 debug("hdmi phy config failure %d\n", ret); in dw_hdmi_phy_cfg()
650 return ret; in dw_hdmi_phy_cfg()
692 int ret; in dw_hdmi_read_edid() local
698 ret = hdmi_read_edid(hdmi, 0, buf); in dw_hdmi_read_edid()
699 if (ret) { in dw_hdmi_read_edid()
715 int ret; in dw_hdmi_enable() local
723 ret = hdmi->phy_set(hdmi, edid->pixelclock.typ); in dw_hdmi_enable()
724 if (ret) in dw_hdmi_enable()
725 return ret; in dw_hdmi_enable()