Home
last modified time | relevance | path

Searched refs:scale_up (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c1338 bool scale_up, enum ufs_notify_change_status status) in ufs_qcom_clk_scale_notify() argument
1345 if (scale_up) in ufs_qcom_clk_scale_notify()
1350 if (scale_up) in ufs_qcom_clk_scale_notify()
Dufshcd.c5413 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up) in ufshcd_scale_clks() argument
5422 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()