Symbol: ufs_pm_op
drivers/ufs/core/ufshcd-priv.h
210
static inline int ufshcd_vops_suspend(struct ufs_hba *hba, enum ufs_pm_op op,
drivers/ufs/core/ufshcd-priv.h
219
static inline int ufshcd_vops_resume(struct ufs_hba *hba, enum ufs_pm_op op)
drivers/ufs/core/ufshcd.c
10169
static int __ufshcd_wl_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/core/ufshcd.c
6531
enum ufs_pm_op pm_op;
drivers/ufs/core/ufshcd.c
9984
static int __ufshcd_wl_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-exynos.c
1720
static int exynos_ufs_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-exynos.c
1737
static int exynos_ufs_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-hisi.c
406
static int ufs_hisi_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-hisi.c
432
static int ufs_hisi_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-mediatek.c
1795
static int ufs_mtk_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-mediatek.c
1850
static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-qcom.c
752
static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-qcom.c
784
static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-qcom.c
814
static int ufs_qcom_fw_managed_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-qcom.c
827
static int ufs_qcom_fw_managed_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-sprd.c
180
static int ufs_sprd_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufshcd-pci.c
382
static int ufs_intel_resume(struct ufs_hba *hba, enum ufs_pm_op op)
include/ufs/ufshcd.h
361
int (*suspend)(struct ufs_hba *, enum ufs_pm_op,
include/ufs/ufshcd.h
363
int (*resume)(struct ufs_hba *, enum ufs_pm_op);