Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/ufs/
Dcdns-pltfrm.c256 .hibern8_notify = cdns_ufs_hibern8_notify,
265 .hibern8_notify = cdns_ufs_hibern8_notify,
Dufshcd.h343 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member
1287 if (hba->vops && hba->vops->hibern8_notify) in ufshcd_vops_hibern8_notify()
1288 return hba->vops->hibern8_notify(hba, cmd, status); in ufshcd_vops_hibern8_notify()
Dufs-exynos.c1209 .hibern8_notify = exynos_ufs_hibern8_notify,