Searched refs:pwr_change_notify (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
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 | ufshcd.h | 280 * @pwr_change_notify: called before and after a power mode change 310 int (*pwr_change_notify)(struct ufs_hba *, member 1132 if (hba->vops && hba->vops->pwr_change_notify) 1133 return hba->vops->pwr_change_notify(hba, status,
|
H A D | ufs-mediatek.c | 925 .pwr_change_notify = ufs_mtk_pwr_change_notify,
|
H A D | ufs-exynos.c | 1219 .pwr_change_notify = exynos_ufs_pwr_change_notify,
|
H A D | ufs-qcom.c | 1491 .pwr_change_notify = ufs_qcom_pwr_change_notify,
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 170 if (hba->vops && hba->vops->pwr_change_notify) in ufshcd_vops_pwr_change_notify() 171 return hba->vops->pwr_change_notify(hba, status, in ufshcd_vops_pwr_change_notify()
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-hisi.c | 547 .pwr_change_notify = ufs_hisi_pwr_change_notify, 556 .pwr_change_notify = ufs_hisi_pwr_change_notify,
|
H A D | ufshcd-pci.c | 470 .pwr_change_notify = ufs_intel_lkf_pwr_change_notify,
|
H A D | ufs-sprd.c | 401 .pwr_change_notify = sprd_ufs_pwr_change_notify,
|
H A D | ufs-mediatek.c | 1678 .pwr_change_notify = ufs_mtk_pwr_change_notify,
|
H A D | ufs-exynos.c | 1575 .pwr_change_notify = exynos_ufs_pwr_change_notify,
|
H A D | ufs-qcom.c | 1879 .pwr_change_notify = ufs_qcom_pwr_change_notify,
|
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufshcd.h | 305 * @pwr_change_notify: called before and after a power mode change 343 int (*pwr_change_notify)(struct ufs_hba *, member
|
Completed in 20 milliseconds