Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/ufs/host/
Dcdns-pltfrm.c252 .hibern8_notify = cdns_ufs_hibern8_notify,
261 .hibern8_notify = cdns_ufs_hibern8_notify,
Dufs-sprd.c402 .hibern8_notify = sprd_ufs_n6_h8_notify,
Dufs-exynos.c1981 .hibern8_notify = exynos_ufs_hibern8_notify,
/linux-6.14.4/drivers/ufs/core/
Dufshcd-priv.h184 if (hba->vops && hba->vops->hibern8_notify) in ufshcd_vops_hibern8_notify()
185 return hba->vops->hibern8_notify(hba, cmd, status); in ufshcd_vops_hibern8_notify()
/linux-6.14.4/include/ufs/
Dufshcd.h362 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member