Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dcdns-pltfrm.c252 .hibern8_notify = cdns_ufs_hibern8_notify,
261 .hibern8_notify = cdns_ufs_hibern8_notify,
H A Dufs-sprd.c402 .hibern8_notify = sprd_ufs_n6_h8_notify,
H A Dufs-exynos.c1960 .hibern8_notify = exynos_ufs_hibern8_notify,
/linux/drivers/ufs/core/
H A 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/include/ufs/
H A Dufshcd.h364 void (*hibern8_notify)(struct ufs_hba *, enum uic_cmd_dme, member