Searched refs:scale_up (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/ufs/host/ |
D | ufs-mediatek-trace.h | 32 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",
|
D | ufs-mediatek.c | 669 static void ufs_mtk_scale_perf(struct ufs_hba *hba, bool scale_up) in ufs_mtk_scale_perf() argument 671 ufs_mtk_boost_crypt(hba, scale_up); in ufs_mtk_scale_perf() 1613 static void ufs_mtk_clk_scale(struct ufs_hba *hba, bool scale_up) in ufs_mtk_clk_scale() argument 1627 if (scale_up) { in ufs_mtk_clk_scale() 1642 trace_ufs_mtk_clk_scale(clki->name, scale_up, clk_get_rate(clki->clk)); in ufs_mtk_clk_scale() 1645 static int ufs_mtk_clk_scale_notify(struct ufs_hba *hba, bool scale_up, in ufs_mtk_clk_scale_notify() argument 1653 ufs_mtk_clk_scale(hba, scale_up); in ufs_mtk_clk_scale_notify() 1656 ufs_mtk_scale_perf(hba, scale_up); in ufs_mtk_clk_scale_notify()
|
D | ufs-qcom.c | 1320 bool scale_up, enum ufs_notify_change_status status) in ufs_qcom_clk_scale_notify() argument 1333 if (scale_up) in ufs_qcom_clk_scale_notify() 1343 if (scale_up) in ufs_qcom_clk_scale_notify()
|
/linux-6.12.1/block/ |
D | blk-wbt.c | 378 static void scale_up(struct rq_wb *rwb) in scale_up() function 445 scale_up(rwb); in wb_timer_fn() 453 scale_up(rwb); in wb_timer_fn() 464 scale_up(rwb); in wb_timer_fn()
|
/linux-6.12.1/drivers/ufs/core/ |
D | ufshcd.c | 308 bool scale_up); 1060 static int ufshcd_set_clk_freq(struct ufs_hba *hba, bool scale_up) in ufshcd_set_clk_freq() argument 1071 if (scale_up && clki->max_freq) { in ufshcd_set_clk_freq() 1089 } else if (!scale_up && clki->min_freq) { in ufshcd_set_clk_freq() 1176 bool scale_up) in ufshcd_scale_clks() argument 1181 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, PRE_CHANGE); in ufshcd_scale_clks() 1188 ret = ufshcd_set_clk_freq(hba, scale_up); in ufshcd_scale_clks() 1192 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, POST_CHANGE); in ufshcd_scale_clks() 1198 ufshcd_set_clk_freq(hba, !scale_up); in ufshcd_scale_clks() 1202 ufshcd_pm_qos_update(hba, scale_up); in ufshcd_scale_clks() [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 159 u8 scale_up) in nt35950_set_scaler() argument 161 u8 cmd_scaler[] = { MCS_PARAM_SCALER_FUNCTION, scale_up }; in nt35950_set_scaler()
|