Searched refs:scale_up (Results 1 – 2 of 2) sorted by relevance
1338 bool scale_up, enum ufs_notify_change_status status) in ufs_qcom_clk_scale_notify() argument1345 if (scale_up) in ufs_qcom_clk_scale_notify()1350 if (scale_up) in ufs_qcom_clk_scale_notify()
5413 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up) in ufshcd_scale_clks() argument5422 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, PRE_CHANGE); in ufshcd_scale_clks()5428 if (scale_up && clki->max_freq) { in ufshcd_scale_clks()5440 } else if (!scale_up && clki->min_freq) { in ufshcd_scale_clks()5457 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, POST_CHANGE); in ufshcd_scale_clks()