Searched refs:pm_op (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/ufs/host/ |
H A D | ufs-sprd.c | 180 static int ufs_sprd_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_sprd_suspend() argument
|
H A D | ufs-mediatek.c | 1579 static int ufs_mtk_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_mtk_suspend() argument 1624 static int ufs_mtk_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_mtk_resume() argument
|
H A D | ufs-qcom.c | 731 static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op, in ufs_qcom_suspend() argument 750 static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) in ufs_qcom_resume() argument
|
/linux/drivers/ufs/core/ |
H A D | ufshcd.c | 6484 enum ufs_pm_op pm_op; in ufshcd_err_handling_prepare() local 6499 pm_op = hba->is_sys_suspended ? UFS_SYSTEM_PM : UFS_RUNTIME_PM; in ufshcd_err_handling_prepare() 6500 ufshcd_vops_resume(hba, pm_op); in ufshcd_err_handling_prepare() 9796 static int __ufshcd_wl_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) in __ufshcd_wl_suspend() argument 9805 if (pm_op != UFS_SHUTDOWN_PM) { in __ufshcd_wl_suspend() 9806 pm_lvl = pm_op == UFS_RUNTIME_PM ? in __ufshcd_wl_suspend() 9843 if (pm_op == UFS_RUNTIME_PM) { in __ufshcd_wl_suspend() 9880 ret = ufshcd_vops_suspend(hba, pm_op, PRE_CHANGE); in __ufshcd_wl_suspend() 9885 if (pm_op != UFS_RUNTIME_PM) in __ufshcd_wl_suspend() 9891 if (ret && pm_op != UFS_SHUTDOWN_PM) { in __ufshcd_wl_suspend() [all …]
|