qos_req            21 drivers/macintosh/windfarm_cpufreq_clamp.c static struct freq_qos_request qos_req;
qos_req            38 drivers/macintosh/windfarm_cpufreq_clamp.c 	return freq_qos_update_request(&qos_req, freq);
qos_req            81 drivers/macintosh/windfarm_cpufreq_clamp.c 	ret = freq_qos_add_request(&policy->constraints, &qos_req, FREQ_QOS_MAX,
qos_req           117 drivers/macintosh/windfarm_cpufreq_clamp.c 	freq_qos_remove_request(&qos_req);
qos_req           125 drivers/macintosh/windfarm_cpufreq_clamp.c 		freq_qos_remove_request(&qos_req);
qos_req            91 drivers/thermal/cpu_cooling.c 	struct freq_qos_request qos_req;
qos_req           334 drivers/thermal/cpu_cooling.c 	return freq_qos_update_request(&cpufreq_cdev->qos_req,
qos_req           619 drivers/thermal/cpu_cooling.c 				   &cpufreq_cdev->qos_req, FREQ_QOS_MAX,
qos_req           640 drivers/thermal/cpu_cooling.c 	freq_qos_remove_request(&cpufreq_cdev->qos_req);
qos_req           739 drivers/thermal/cpu_cooling.c 	freq_qos_remove_request(&cpufreq_cdev->qos_req);