Home
last modified time | relevance | path

Searched refs:pm_op (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/ufs/host/
H A Dufs-hisi.c406 static int ufs_hisi_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_hisi_suspend() argument
414 if (pm_op == UFS_RUNTIME_PM) in ufs_hisi_suspend()
432 static int ufs_hisi_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_hisi_resume() argument
H A Dufs-sprd.c180 static int ufs_sprd_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_sprd_suspend() argument
H A Dufs-qcom.c730 static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_qcom_suspend() argument
762 static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_qcom_resume() argument
H A Dufs-mediatek.c1795 static int ufs_mtk_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_mtk_suspend() argument
1850 static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_mtk_resume() argument
/linux/drivers/ufs/core/
H A Dufshcd.c6514 enum ufs_pm_op pm_op; in ufshcd_err_handling_prepare() local
6529 pm_op = hba->is_sys_suspended ? UFS_SYSTEM_PM : UFS_RUNTIME_PM; in ufshcd_err_handling_prepare()
6530 ufshcd_vops_resume(hba, pm_op); in ufshcd_err_handling_prepare()
9966 static int __ufshcd_wl_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in __ufshcd_wl_suspend() argument
9975 if (pm_op != UFS_SHUTDOWN_PM) { in __ufshcd_wl_suspend()
9976 pm_lvl = pm_op == UFS_RUNTIME_PM ? in __ufshcd_wl_suspend()
10013 if (pm_op == UFS_RUNTIME_PM) { in __ufshcd_wl_suspend()
10050 ret = ufshcd_vops_suspend(hba, pm_op, PRE_CHANGE); in __ufshcd_wl_suspend()
10055 if (pm_op != UFS_RUNTIME_PM) in __ufshcd_wl_suspend()
10061 if (ret && pm_op != UFS_SHUTDOWN_PM) { in __ufshcd_wl_suspend()
[all …]