Home
last modified time | relevance | path

Searched refs:is_allowed (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
Dplatsmp-apmu.c217 bool is_allowed = false; in apmu_parse_dt() local
224 is_allowed = true; in apmu_parse_dt()
233 if (!is_allowed) in apmu_parse_dt()
/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufshcd.c1488 return snprintf(buf, PAGE_SIZE, "%d\n", hba->clk_scaling.is_allowed); in ufshcd_clkscale_enable_show()
1502 if (value == hba->clk_scaling.is_allowed) in ufshcd_clkscale_enable_store()
1511 hba->clk_scaling.is_allowed = value; in ufshcd_clkscale_enable_store()
1916 if (!hba->clk_scaling.is_allowed || hba->pm_op_in_progress) in ufshcd_clk_scaling_start_busy()
5655 if (hba->clk_scaling.is_allowed) { in ufshcd_err_handling_prepare()
5666 if (hba->clk_scaling.is_allowed) in ufshcd_err_handling_unprepare()
7613 hba->clk_scaling.is_allowed = true; in ufshcd_add_lus()
8537 if (hba->clk_scaling.is_allowed) { in ufshcd_suspend()
8634 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()
8645 if (hba->clk_scaling.is_allowed) in ufshcd_suspend()
[all …]
Dufshcd.h402 bool is_allowed; member