Symbol: ufs_pm_op
drivers/ufs/core/ufshcd-priv.h
238
static inline int ufshcd_vops_suspend(struct ufs_hba *hba, enum ufs_pm_op op,
drivers/ufs/core/ufshcd-priv.h
247
static inline int ufshcd_vops_resume(struct ufs_hba *hba, enum ufs_pm_op op)
drivers/ufs/core/ufshcd.c
10239
static int __ufshcd_wl_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/core/ufshcd.c
10424
static int __ufshcd_wl_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/core/ufshcd.c
6708
enum ufs_pm_op pm_op;
drivers/ufs/host/ufs-exynos.c
1812
static int exynos_ufs_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-exynos.c
1829
static int exynos_ufs_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-hisi.c
407
static int ufs_hisi_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-hisi.c
433
static int ufs_hisi_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-mediatek.c
1794
static int ufs_mtk_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-mediatek.c
1849
static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-qcom.c
762
static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-qcom.c
794
static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-qcom.c
824
static int ufs_qcom_fw_managed_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufs-qcom.c
837
static int ufs_qcom_fw_managed_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op)
drivers/ufs/host/ufs-sprd.c
177
static int ufs_sprd_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op,
drivers/ufs/host/ufshcd-pci.c
381
static int ufs_intel_resume(struct ufs_hba *hba, enum ufs_pm_op op)
include/ufs/ufshcd.h
449
int (*suspend)(struct ufs_hba *, enum ufs_pm_op,
include/ufs/ufshcd.h
451
int (*resume)(struct ufs_hba *, enum ufs_pm_op);