Searched refs:target_settings (Results 1 – 1 of 1) sorted by relevance
577 const struct phy_config *target_settings = fsl_samsung_hdmi_phy_find_settings(phy, in fsl_samsung_hdmi_phy_clk_determine_rate() local580 if (target_settings == NULL) in fsl_samsung_hdmi_phy_clk_determine_rate()583 dev_dbg(phy->dev, "round_rate, closest rate = %u\n", target_settings->pixclk); in fsl_samsung_hdmi_phy_clk_determine_rate()584 req->rate = target_settings->pixclk; in fsl_samsung_hdmi_phy_clk_determine_rate()593 const struct phy_config *target_settings = fsl_samsung_hdmi_phy_find_settings(phy, rate); in fsl_samsung_hdmi_phy_clk_set_rate() local595 if (target_settings == NULL) in fsl_samsung_hdmi_phy_clk_set_rate()598 dev_dbg(phy->dev, "set_rate, closest rate = %u\n", target_settings->pixclk); in fsl_samsung_hdmi_phy_clk_set_rate()600 return fsl_samsung_hdmi_phy_configure(phy, target_settings); in fsl_samsung_hdmi_phy_clk_set_rate()