Home
last modified time | relevance | path

Searched refs:ufshcd_system_suspend (Results 1 – 10 of 10) sorted by relevance

/drivers/scsi/ufs/
Dufshcd-pci.c579 .suspend = ufshcd_system_suspend,
581 .freeze = ufshcd_system_suspend,
583 .poweroff = ufshcd_system_suspend,
Dtc-dwc-g210-pltfrm.c87 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dtc-dwc-g210-pci.c120 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dcdns-pltfrm.c321 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufs-hisi.c579 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufshcd.h1151 extern int ufshcd_system_suspend(struct device *dev);
Dufs-mediatek.c1287 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
Dufs-qcom.c1555 .suspend = ufshcd_system_suspend,
Dufs-exynos.c1294 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufshcd.c9381 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function
9397 EXPORT_SYMBOL(ufshcd_system_suspend);
9527 return ufshcd_system_suspend(dev); in ufshcd_system_freeze()