Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ufs/core/
Dufshcd-priv.h101 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify()
102 return hba->vops->clk_scale_notify(hba, up, status); in ufshcd_vops_clk_scale_notify()
/linux-5.19.10/include/ufs/
Dufshcd.h302 int (*clk_scale_notify)(struct ufs_hba *, bool, member
/linux-5.19.10/drivers/ufs/host/
Dufs-qcom.c1461 .clk_scale_notify = ufs_qcom_clk_scale_notify,