Searched refs:ufshcd_system_suspend (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/ufs/host/ |
D | tc-dwc-g210-pltfrm.c | 88 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
D | tc-dwc-g210-pci.c | 121 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
D | ufshcd-pci.c | 590 .suspend = ufshcd_system_suspend, 592 .freeze = ufshcd_system_suspend, 594 .poweroff = ufshcd_system_suspend,
|
D | cdns-pltfrm.c | 322 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
D | ufs-hisi.c | 587 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
D | ufs-qcom.c | 1501 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
D | ufs-mediatek.c | 1602 ret = ufshcd_system_suspend(dev); in ufs_mtk_system_suspend()
|
D | ufs-exynos.c | 1743 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
|
/linux-6.1.9/include/trace/events/ |
D | ufs.h | 224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
|
/linux-6.1.9/include/ufs/ |
D | ufshcd.h | 1106 extern int ufshcd_system_suspend(struct device *dev);
|
/linux-6.1.9/drivers/ufs/core/ |
D | ufshcd.c | 9458 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function 9474 EXPORT_SYMBOL(ufshcd_system_suspend);
|