Home
last modified time | relevance | path

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

/linux/drivers/ufs/host/
H A Dufshcd-pltfrm.c332 hba->use_pm_opp = true; in ufshcd_parse_operating_points()
/linux/drivers/ufs/core/
H A Dufshcd.c1169 if (hba->use_pm_opp) in ufshcd_scale_clks()
1178 if (hba->use_pm_opp) in ufshcd_scale_clks()
1212 if (hba->use_pm_opp) in ufshcd_is_devfreq_scaling_required()
1497 if (hba->use_pm_opp) { in ufshcd_devfreq_target()
1531 if (hba->use_pm_opp) in ufshcd_devfreq_target()
1536 if (!hba->use_pm_opp && !scale_up) in ufshcd_devfreq_target()
1587 if (hba->use_pm_opp) { in ufshcd_devfreq_get_dev_status()
1628 if (!hba->use_pm_opp) { in ufshcd_devfreq_init()
1644 if (!hba->use_pm_opp) { in ufshcd_devfreq_init()
1666 if (!hba->use_pm_opp) { in ufshcd_devfreq_remove()
[all …]
/linux/include/ufs/
H A Dufshcd.h1070 bool use_pm_opp; member