Home
last modified time | relevance | path

Searched refs:ufshcd_system_suspend (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/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-exynos.c1751 SET_SYSTEM_SLEEP_PM_OPS(ufshcd_system_suspend, ufshcd_system_resume)
H A Dufs-qcom.c1949 .suspend = ufshcd_system_suspend,
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-pci.c235 return ufshcd_system_suspend(dev_get_drvdata(dev)); in ufshcd_pci_suspend()
268 ret = ufshcd_system_suspend(hba); in ufshcd_pci_poweroff()
H A Dtc-dwc-g210-pci.c28 return ufshcd_system_suspend(dev_get_drvdata(dev)); in tc_dwc_g210_pci_suspend()
H A Dufshcd-pltfrm.c222 return ufshcd_system_suspend(dev_get_drvdata(dev)); in ufshcd_pltfrm_suspend()
H A Dufshcd.h945 extern int ufshcd_system_suspend(struct ufs_hba *hba);
H A Dufshcd.c8788 * ufshcd_system_suspend - system suspend routine
8795 int ufshcd_system_suspend(struct ufs_hba *hba) in ufshcd_system_suspend() function
8836 EXPORT_SYMBOL(ufshcd_system_suspend); variable
/kernel/linux/linux-5.10/include/trace/events/
H A Dufs.h190 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
/kernel/linux/linux-6.6/include/trace/events/
H A Dufs.h224 DEFINE_EVENT(ufshcd_template, ufshcd_system_suspend,
/kernel/linux/linux-6.6/include/ufs/
H A Dufshcd.h1282 extern int ufshcd_system_suspend(struct device *dev);
/kernel/linux/linux-6.6/drivers/ufs/core/
H A Dufshcd.c9957 * ufshcd_system_suspend - system suspend callback
9965 int ufshcd_system_suspend(struct device *dev) in ufshcd_system_suspend() function
9981 EXPORT_SYMBOL(ufshcd_system_suspend); variable
10121 return ufshcd_system_suspend(dev); in ufshcd_system_freeze()

Completed in 40 milliseconds