Searched refs:hibern8_notify (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | cdns-pltfrm.c | 253 .hibern8_notify = cdns_ufs_hibern8_notify, 262 .hibern8_notify = cdns_ufs_hibern8_notify,
|
H A D | ufshcd.h | 287 * @hibern8_notify: called around hibern8 enter/exit 316 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member 1157 if (hba->vops && hba->vops->hibern8_notify) 1158 return hba->vops->hibern8_notify(hba, cmd, status);
|
H A D | ufs-exynos.c | 1222 .hibern8_notify = exynos_ufs_hibern8_notify,
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | cdns-pltfrm.c | 252 .hibern8_notify = cdns_ufs_hibern8_notify, 261 .hibern8_notify = cdns_ufs_hibern8_notify,
|
H A D | ufs-sprd.c | 402 .hibern8_notify = sprd_ufs_n6_h8_notify,
|
H A D | ufs-exynos.c | 1579 .hibern8_notify = exynos_ufs_hibern8_notify,
|
/kernel/linux/linux-6.6/drivers/ufs/core/ |
H A D | ufshcd-priv.h | 188 if (hba->vops && hba->vops->hibern8_notify) in ufshcd_vops_hibern8_notify() 189 return hba->vops->hibern8_notify(hba, cmd, status); in ufshcd_vops_hibern8_notify()
|
/kernel/linux/linux-6.6/include/ufs/ |
H A D | ufshcd.h | 312 * @hibern8_notify: called around hibern8 enter/exit 350 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member
|
Completed in 16 milliseconds