Searched refs:ufshcd_system_suspend (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/ufs/host/ |
H A D | tc-dwc-g210-pltfrm.c | 88 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
H A D | tc-dwc-g210-pci.c | 112 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
H A D | ufshcd-pci.c | 581 .suspend = ufshcd_system_suspend, 583 .freeze = ufshcd_system_suspend, 585 .poweroff = ufshcd_system_suspend,
|
H A D | cdns-pltfrm.c | 317 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
H A D | ufs-sprd.c | 438 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
H A D | ufs-hisi.c | 587 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
H A D | ufs-mediatek.c | 1766 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
|
H A D | ufs-qcom.c | 1947 .suspend = ufshcd_system_suspend,
|
H A D | ufs-exynos.c | 1751 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
/openbmc/linux/include/trace/events/ |
H A D | ufs.h | 224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
|
/openbmc/linux/include/ufs/ |
H A D | ufshcd.h | 1290 extern int ufshcd_system_suspend(struct device *dev);
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 10124 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()
|