Searched refs:ufs_qcom_set_core_clk_ctrl (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/ufs/host/ |
| H A D | ufs-qcom.c | 131 static int ufs_qcom_set_core_clk_ctrl(struct ufs_hba *hba, bool is_scale_up, unsigned long freq); 721 err = ufs_qcom_set_core_clk_ctrl(hba, true, ULONG_MAX); in ufs_qcom_link_startup_notify() 1776 static int ufs_qcom_set_core_clk_ctrl(struct ufs_hba *hba, bool is_scale_up, unsigned long freq) in ufs_qcom_set_core_clk_ctrl() function 1858 return ufs_qcom_set_core_clk_ctrl(hba, true, freq); in ufs_qcom_clk_scale_up_pre_change() 1897 return ufs_qcom_set_core_clk_ctrl(hba, false, freq); in ufs_qcom_clk_scale_down_post_change()
|