Home
last modified time | relevance | path

Searched refs:hibern8_notify (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/scsi/ufs/
Dcdns-pltfrm.c253 .hibern8_notify = cdns_ufs_hibern8_notify,
262 .hibern8_notify = cdns_ufs_hibern8_notify,
Dufshcd.h313 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member
1142 if (hba->vops && hba->vops->hibern8_notify) in ufshcd_vops_hibern8_notify()
1143 return hba->vops->hibern8_notify(hba, cmd, status); in ufshcd_vops_hibern8_notify()
Dufs-exynos.c1217 .hibern8_notify = exynos_ufs_hibern8_notify,