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); 729 err = ufs_qcom_set_core_clk_ctrl(hba, true, ULONG_MAX); in ufs_qcom_link_startup_notify() 1798 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 1880 return ufs_qcom_set_core_clk_ctrl(hba, true, freq); in ufs_qcom_clk_scale_up_pre_change() 1919 return ufs_qcom_set_core_clk_ctrl(hba, false, freq); in ufs_qcom_clk_scale_down_post_change()
|