Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/ufs/host/
Dtc-dwc-g210-pltfrm.c88 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dtc-dwc-g210-pci.c112 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufshcd-pci.c581 .suspend = ufshcd_system_suspend,
583 .freeze = ufshcd_system_suspend,
585 .poweroff = ufshcd_system_suspend,
Dcdns-pltfrm.c317 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufs-sprd.c438 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufs-hisi.c587 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufs-mediatek.c1766 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
Dufs-qcom.c1942 .suspend = ufshcd_system_suspend,
Dufs-exynos.c1751 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
/Linux-v6.6/include/trace/events/
Dufs.h224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
/Linux-v6.6/include/ufs/
Dufshcd.h1282 extern int ufshcd_system_suspend(struct device *dev);
/Linux-v6.6/drivers/ufs/core/
Dufshcd.c9953 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function
9969 EXPORT_SYMBOL(ufshcd_system_suspend);
10109 return ufshcd_system_suspend(dev); in ufshcd_system_freeze()