Searched refs:pwr_change_notify (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/ufs/core/ |
A D | ufshcd-priv.h | 169 if (hba->vops && hba->vops->pwr_change_notify) in ufshcd_vops_pwr_change_notify() 170 return hba->vops->pwr_change_notify(hba, status, in ufshcd_vops_pwr_change_notify()
|
/linux-6.3-rc2/drivers/ufs/host/ |
A D | ufs-hisi.c | 547 .pwr_change_notify = ufs_hisi_pwr_change_notify, 556 .pwr_change_notify = ufs_hisi_pwr_change_notify,
|
A D | ufs-sprd.c | 401 .pwr_change_notify = sprd_ufs_pwr_change_notify,
|
A D | ufshcd-pci.c | 470 .pwr_change_notify = ufs_intel_lkf_pwr_change_notify,
|
A D | ufs-qcom.c | 1645 .pwr_change_notify = ufs_qcom_pwr_change_notify,
|
A D | ufs-mediatek.c | 1514 .pwr_change_notify = ufs_mtk_pwr_change_notify,
|
A D | ufs-exynos.c | 1575 .pwr_change_notify = exynos_ufs_pwr_change_notify,
|
/linux-6.3-rc2/include/ufs/ |
A D | ufshcd.h | 324 int (*pwr_change_notify)(struct ufs_hba *, member
|
Completed in 33 milliseconds