Searched refs:clk_gating (Results 1 – 2 of 2) sorted by relevance
697 dev_err(hba->dev, "Clk gate=%d\n", hba->clk_gating.state); in ufshcd_print_host_state()1933 clk_gating.ungate_work); in ufshcd_ungate_work()1935 cancel_delayed_work_sync(&hba->clk_gating.gate_work); in ufshcd_ungate_work()1937 scoped_guard(spinlock_irqsave, &hba->clk_gating.lock) { in ufshcd_ungate_work()1938 if (hba->clk_gating.state == CLKS_ON) in ufshcd_ungate_work()1950 hba->clk_gating.is_suspended = true; in ufshcd_ungate_work()1959 hba->clk_gating.is_suspended = false; in ufshcd_ungate_work()1974 !hba->clk_gating.is_initialized) in ufshcd_hold()1976 spin_lock_irqsave(&hba->clk_gating.lock, flags); in ufshcd_hold()1977 hba->clk_gating.active_reqs++; in ufshcd_hold()[all …]
161 u32 clk_gating; member