Home
last modified time | relevance | path

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

/linux/drivers/ufs/core/
H A Dufshcd-priv.h132 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify()
133 return hba->vops->clk_scale_notify(hba, up, target_freq, status); in ufshcd_vops_clk_scale_notify()
/linux/include/ufs/
H A Dufshcd.h342 int (*clk_scale_notify)(struct ufs_hba *, bool, unsigned long, member
/linux/drivers/ufs/host/
H A Dufs-qcom.c2212 .clk_scale_notify = ufs_qcom_clk_scale_notify,
H A Dufs-mediatek.c2330 .clk_scale_notify = ufs_mtk_clk_scale_notify,