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()
1436 return snprintf(buf, PAGE_SIZE, "%d\n", hba->clk_scaling.is_allowed); in ufshcd_clkscale_enable_show()1450 if (value == hba->clk_scaling.is_allowed) in ufshcd_clkscale_enable_store()1459 hba->clk_scaling.is_allowed = value; in ufshcd_clkscale_enable_store()1823 if (!hba->clk_scaling.is_allowed || hba->pm_op_in_progress) in ufshcd_clk_scaling_start_busy()6652 hba->clk_scaling.is_allowed = true; in ufshcd_probe_hba()7485 if (hba->clk_scaling.is_allowed) { in ufshcd_suspend()7566 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()7577 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()7661 if (hba->clk_scaling.is_allowed) in ufshcd_resume()7680 if (hba->clk_scaling.is_allowed) in ufshcd_resume()
401 bool is_allowed; member