Searched refs:max_freq_req (Results 1 – 2 of 2) sorted by relevance
1274 if (policy->max_freq_req) { in cpufreq_policy_free()1281 freq_qos_remove_request(policy->max_freq_req); in cpufreq_policy_free()1392 policy->max_freq_req = policy->min_freq_req + 1; in cpufreq_online()1395 policy->max_freq_req, FREQ_QOS_MAX, in cpufreq_online()1398 policy->max_freq_req = NULL; in cpufreq_online()2517 ret = freq_qos_update_request(policy->max_freq_req, policy->max); in cpufreq_boost_set_sw()
82 struct freq_qos_request *max_freq_req; member