Searched refs:clk_scale_notify (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 127 if (hba->vops && hba->vops->clk_scale_notify) in ufshcd_vops_clk_scale_notify() 128 return hba->vops->clk_scale_notify(hba, up, status); in ufshcd_vops_clk_scale_notify()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd.h | 273 * @clk_scale_notify: notifies that clks are scaled up/down 301 int (*clk_scale_notify)(struct ufs_hba *, bool, member 1089 if (hba->vops && hba->vops->clk_scale_notify) 1090 return hba->vops->clk_scale_notify(hba, up, status);
|
H A D | ufs-qcom.c | 1487 .clk_scale_notify = ufs_qcom_clk_scale_notify,
|
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufshcd.h | 299 * @clk_scale_notify: notifies that clks are scaled up/down 335 int (*clk_scale_notify)(struct ufs_hba *, bool, member
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 1687 .clk_scale_notify = ufs_mtk_clk_scale_notify,
|
H A D | ufs-qcom.c | 1875 .clk_scale_notify = ufs_qcom_clk_scale_notify,
|
Completed in 11 milliseconds