Searched refs:pwr_change_notify (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 166 if (hba->vops && hba->vops->pwr_change_notify) in ufshcd_vops_pwr_change_notify() 167 return hba->vops->pwr_change_notify(hba, status, in ufshcd_vops_pwr_change_notify()
|
/linux/drivers/ufs/host/ |
H A D | ufs-hisi.c | 546 .pwr_change_notify = ufs_hisi_pwr_change_notify, 555 .pwr_change_notify = ufs_hisi_pwr_change_notify,
|
H A D | ufs-sprd.c | 401 .pwr_change_notify = sprd_ufs_pwr_change_notify,
|
H A D | ufshcd-pci.c | 516 .pwr_change_notify = ufs_intel_lkf_pwr_change_notify,
|
H A D | ufs-mediatek.c | 1806 .pwr_change_notify = ufs_mtk_pwr_change_notify,
|
H A D | ufs-qcom.c | 1873 .pwr_change_notify = ufs_qcom_pwr_change_notify,
|
H A D | ufs-exynos.c | 1956 .pwr_change_notify = exynos_ufs_pwr_change_notify,
|
/linux/include/ufs/ |
H A D | ufshcd.h | 355 int (*pwr_change_notify)(struct ufs_hba *, member
|