Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-mediatek.c32 static void _ufs_mtk_clk_scale(struct ufs_hba *hba, bool scale_up);
725 static void ufs_mtk_scale_perf(struct ufs_hba *hba, bool scale_up) in ufs_mtk_scale_perf() argument
727 ufs_mtk_boost_crypt(hba, scale_up); in ufs_mtk_scale_perf()
2020 static void _ufs_mtk_clk_scale(struct ufs_hba *hba, bool scale_up) in _ufs_mtk_clk_scale() argument
2061 if (scale_up) { in _ufs_mtk_clk_scale()
2133 static void ufs_mtk_clk_scale(struct ufs_hba *hba, bool scale_up) in ufs_mtk_clk_scale() argument
2139 if (host->clk_scale_up == scale_up) in ufs_mtk_clk_scale()
2142 if (scale_up) in ufs_mtk_clk_scale()
2147 host->clk_scale_up = scale_up; in ufs_mtk_clk_scale()
2150 if (scale_up) in ufs_mtk_clk_scale()
[all …]
/linux/block/
H A Dblk-wbt.c382 static void scale_up(struct rq_wb *rwb) in scale_up() function
449 scale_up(rwb); in wb_timer_fn()
457 scale_up(rwb); in wb_timer_fn()
468 scale_up(rwb); in wb_timer_fn()
/linux/drivers/ufs/core/
H A Dufshcd.c338 bool scale_up);
1100 static int ufshcd_set_clk_freq(struct ufs_hba *hba, bool scale_up) in ufshcd_set_clk_freq() argument
1111 if (scale_up && clki->max_freq) { in ufshcd_set_clk_freq()
1129 } else if (!scale_up && clki->min_freq) { in ufshcd_set_clk_freq()
1216 bool scale_up) in ufshcd_scale_clks() argument
1221 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, freq, PRE_CHANGE); in ufshcd_scale_clks()
1228 ret = ufshcd_set_clk_freq(hba, scale_up); in ufshcd_scale_clks()
1232 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, freq, POST_CHANGE); in ufshcd_scale_clks()
1238 ufshcd_set_clk_freq(hba, !scale_up); in ufshcd_scale_clks()
1242 ufshcd_pm_qos_update(hba, scale_up); in ufshcd_scale_clks()
[all …]