Home
last modified time | relevance | path

Searched refs:pm_op_in_progress (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/ufs/
Dufshcd.c507 hba->pm_op_in_progress, hba->is_sys_suspended); in ufshcd_print_host_state()
1823 if (!hba->clk_scaling.is_allowed || hba->pm_op_in_progress) in ufshcd_clk_scaling_start_busy()
4725 if (!hba->pm_op_in_progress && in ufshcd_transfer_rsp_status()
6625 if (!ufshcd_eh_in_progress(hba) && !hba->pm_op_in_progress) { in ufshcd_probe_hba()
6667 if (ret && !ufshcd_eh_in_progress(hba) && !hba->pm_op_in_progress) { in ufshcd_probe_hba()
7467 hba->pm_op_in_progress = 1; in ufshcd_suspend()
7582 hba->pm_op_in_progress = 0; in ufshcd_suspend()
7601 hba->pm_op_in_progress = 1; in ufshcd_resume()
7684 hba->pm_op_in_progress = 0; in ufshcd_resume()
Dufshcd.h534 int pm_op_in_progress; member