Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/host/
H A Dtc-dwc-g210-pltfrm.c88 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dtc-dwc-g210-pci.c112 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dufshcd-pci.c581 .suspend = ufshcd_system_suspend,
583 .freeze = ufshcd_system_suspend,
585 .poweroff = ufshcd_system_suspend,
H A Dcdns-pltfrm.c317 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dufs-sprd.c438 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dufs-hisi.c587 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dufs-mediatek.c1766 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
H A Dufs-qcom.c1947 .suspend = ufshcd_system_suspend,
H A Dufs-exynos.c1751 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
/openbmc/linux/include/trace/events/
H A Dufs.h224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
/openbmc/linux/include/ufs/
H A Dufshcd.h1290 extern int ufshcd_system_suspend(struct device *dev);
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c10124 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function
10140 EXPORT_SYMBOL(ufshcd_system_suspend);
10284 return ufshcd_system_suspend(dev); in ufshcd_system_freeze()