Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufs-mediatek-trace.h32 TP_PROTO(const char *name, bool scale_up, unsigned long clk_rate),
33 TP_ARGS(name, scale_up, clk_rate),
37 __field(bool, scale_up)
43 __entry->scale_up = scale_up;
49 __entry->scale_up ? "up" : "down",
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 …]
H A Dufs-qcom.c1716 static int ufs_qcom_clk_scale_notify(struct ufs_hba *hba, bool scale_up, in ufs_qcom_clk_scale_notify() argument
1731 if (scale_up) in ufs_qcom_clk_scale_notify()
1741 if (scale_up) in ufs_qcom_clk_scale_notify()
/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 …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35950.c159 u8 scale_up) in nt35950_set_scaler() argument
161 u8 cmd_scaler[] = { MCS_PARAM_SCALER_FUNCTION, scale_up }; in nt35950_set_scaler()