Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshcd.h328 int (*clk_scale_notify)(struct ufs_hba *, bool, member
1249 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify()
1250 return hba->vops->clk_scale_notify(hba, up, status); in ufshcd_vops_clk_scale_notify()
H A Dufs-qcom.c1511 .clk_scale_notify = ufs_qcom_clk_scale_notify,