Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c629 dev_err(hba->dev, "Clk gate=%d\n", hba->clk_gating.state); in ufshcd_print_host_state()
1705 clk_gating.ungate_work); in ufshcd_ungate_work()
1707 cancel_delayed_work_sync(&hba->clk_gating.gate_work); in ufshcd_ungate_work()
1710 if (hba->clk_gating.state == CLKS_ON) { in ufshcd_ungate_work()
1724 hba->clk_gating.is_suspended = true; in ufshcd_ungate_work()
1733 hba->clk_gating.is_suspended = false; in ufshcd_ungate_work()
1748 !hba->clk_gating.is_initialized) in ufshcd_hold()
1751 hba->clk_gating.active_reqs++; in ufshcd_hold()
1754 switch (hba->clk_gating.state) { in ufshcd_hold()
1767 flush_result = flush_work(&hba->clk_gating.ungate_work); in ufshcd_hold()
[all …]
/openbmc/linux/include/ufs/
H A Dufshcd.h1026 struct ufs_clk_gating clk_gating; member