Searched refs:scale_up (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/block/ |
D | blk-wbt.c | 310 static void scale_up(struct rq_wb *rwb) in scale_up() function 378 scale_up(rwb); in wb_timer_fn() 386 scale_up(rwb); in wb_timer_fn() 397 scale_up(rwb); in wb_timer_fn()
|
/linux-5.19.10/drivers/ufs/core/ |
D | ufshcd.c | 262 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up); 983 static int ufshcd_set_clk_freq(struct ufs_hba *hba, bool scale_up) in ufshcd_set_clk_freq() argument 994 if (scale_up && clki->max_freq) { in ufshcd_set_clk_freq() 1012 } else if (!scale_up && clki->min_freq) { in ufshcd_set_clk_freq() 1046 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up) in ufshcd_scale_clks() argument 1051 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, PRE_CHANGE); in ufshcd_scale_clks() 1055 ret = ufshcd_set_clk_freq(hba, scale_up); in ufshcd_scale_clks() 1059 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, POST_CHANGE); in ufshcd_scale_clks() 1061 ufshcd_set_clk_freq(hba, !scale_up); in ufshcd_scale_clks() 1065 (scale_up ? "up" : "down"), in ufshcd_scale_clks() [all …]
|
/linux-5.19.10/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 186 static int nt35950_set_scaler(struct nt35950 *nt, u8 scale_up) in nt35950_set_scaler() argument 188 u8 cmd_scaler[] = { MCS_PARAM_SCALER_FUNCTION, scale_up }; in nt35950_set_scaler()
|
/linux-5.19.10/drivers/ufs/host/ |
D | ufs-qcom.c | 1180 bool scale_up, enum ufs_notify_change_status status) in ufs_qcom_clk_scale_notify() argument 1190 if (scale_up) in ufs_qcom_clk_scale_notify() 1198 if (scale_up) in ufs_qcom_clk_scale_notify()
|