Searched refs:is_busy_started (Results 1 – 2 of 2) sorted by relevance
439 bool is_busy_started; member
1493 if (scaling->is_busy_started) in ufshcd_devfreq_get_dev_status()1505 scaling->is_busy_started = true; in ufshcd_devfreq_get_dev_status()1508 scaling->is_busy_started = false; in ufshcd_devfreq_get_dev_status()2101 hba->clk_scaling.is_busy_started = false; in ufshcd_clk_scaling_start_busy()2104 if (!hba->clk_scaling.is_busy_started) { in ufshcd_clk_scaling_start_busy()2106 hba->clk_scaling.is_busy_started = true; in ufshcd_clk_scaling_start_busy()2121 if (!hba->outstanding_reqs && scaling->is_busy_started) { in ufshcd_clk_scaling_update_busy()2125 scaling->is_busy_started = false; in ufshcd_clk_scaling_update_busy()
Completed in 21 milliseconds