Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/ufs/host/
Dtc-dwc-g210-pltfrm.c88 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dtc-dwc-g210-pci.c121 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufshcd-pci.c590 .suspend = ufshcd_system_suspend,
592 .freeze = ufshcd_system_suspend,
594 .poweroff = ufshcd_system_suspend,
Dcdns-pltfrm.c322 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-qcom.c1501 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
Dufs-mediatek.c1602 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
Dufs-exynos.c1743 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
/linux-6.1.9/include/trace/events/
Dufs.h224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
/linux-6.1.9/include/ufs/
Dufshcd.h1106 extern int ufshcd_system_suspend(struct device *dev);
/linux-6.1.9/drivers/ufs/core/
Dufshcd.c9458 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function
9474 EXPORT_SYMBOL(ufshcd_system_suspend);