Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/power/
Ddomain_governor.c60 if (!td->constraint_changed) { in default_suspend_ok()
66 td->constraint_changed = false; in default_suspend_ok()
Ddomain.c693 to_gpd_data(pdd)->td.constraint_changed = true; in genpd_dev_pm_qos_notifier()
833 td->constraint_changed = true; in genpd_runtime_suspend()
913 td->constraint_changed = true; in genpd_runtime_resume()
1431 gpd_data->td.constraint_changed = true; in genpd_alloc_dev_data()
/Linux-v5.10/include/linux/
Dpm_domain.h178 bool constraint_changed; member