Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dufshcd.h76 TP_PROTO(struct ufs_hba *hba, bool *force_out, bool *force_scaling, bool *scale_up),
77 TP_ARGS(hba, force_out, force_scaling, scale_up));
/OK3568_Linux_fs/kernel/block/
H A Dblk-wbt.c310 static void scale_up(struct rq_wb *rwb) in scale_up() function
375 scale_up(rwb); in wb_timer_fn()
383 scale_up(rwb); in wb_timer_fn()
394 scale_up(rwb); in wb_timer_fn()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.c243 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up);
942 static int ufshcd_set_clk_freq(struct ufs_hba *hba, bool scale_up) in ufshcd_set_clk_freq() argument
953 if (scale_up && clki->max_freq) { in ufshcd_set_clk_freq()
971 } else if (!scale_up && clki->min_freq) { in ufshcd_set_clk_freq()
1005 static int ufshcd_scale_clks(struct ufs_hba *hba, bool scale_up) in ufshcd_scale_clks() argument
1010 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, PRE_CHANGE); in ufshcd_scale_clks()
1014 ret = ufshcd_set_clk_freq(hba, scale_up); in ufshcd_scale_clks()
1018 ret = ufshcd_vops_clk_scale_notify(hba, scale_up, POST_CHANGE); in ufshcd_scale_clks()
1020 ufshcd_set_clk_freq(hba, !scale_up); in ufshcd_scale_clks()
1024 (scale_up ? "up" : "down"), in ufshcd_scale_clks()
[all …]
H A Dufs-qcom.c1224 bool scale_up, enum ufs_notify_change_status status) in ufs_qcom_clk_scale_notify() argument
1234 if (scale_up) in ufs_qcom_clk_scale_notify()
1242 if (scale_up) in ufs_qcom_clk_scale_notify()