Searched refs:is_allowed (Results 1 – 3 of 3) sorted by relevance
217 bool is_allowed = false; in apmu_parse_dt() local224 is_allowed = true; in apmu_parse_dt()233 if (!is_allowed) in apmu_parse_dt()
1420 return snprintf(buf, PAGE_SIZE, "%d\n", hba->clk_scaling.is_allowed); in ufshcd_clkscale_enable_show()1434 if (value == hba->clk_scaling.is_allowed) in ufshcd_clkscale_enable_store()1443 hba->clk_scaling.is_allowed = value; in ufshcd_clkscale_enable_store()1838 if (!hba->clk_scaling.is_allowed || hba->pm_op_in_progress) in ufshcd_clk_scaling_start_busy()6968 hba->clk_scaling.is_allowed = true; in ufshcd_probe_hba()7772 if (hba->clk_scaling.is_allowed) { in ufshcd_suspend()7853 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()7864 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()7950 if (hba->clk_scaling.is_allowed) in ufshcd_resume()7969 if (hba->clk_scaling.is_allowed) in ufshcd_resume()
403 bool is_allowed; member