Searched refs:cpufreq_device (Results 1 – 1 of 1) sorted by relevance
272 static int cpufreq_apply_cooling(struct cpufreq_cooling_device *cpufreq_device, in cpufreq_apply_cooling() argument276 struct cpumask *mask = &cpufreq_device->allowed_cpus; in cpufreq_apply_cooling()281 if (cpufreq_device->cpufreq_state == cooling_state) in cpufreq_apply_cooling()288 cpufreq_device->cpufreq_state = cooling_state; in cpufreq_apply_cooling()289 cpufreq_device->cpufreq_val = clip_freq; in cpufreq_apply_cooling()290 notify_device = cpufreq_device; in cpufreq_apply_cooling()351 struct cpufreq_cooling_device *cpufreq_device = cdev->devdata; in cpufreq_get_max_state() local352 struct cpumask *mask = &cpufreq_device->allowed_cpus; in cpufreq_get_max_state()380 struct cpufreq_cooling_device *cpufreq_device = cdev->devdata; in cpufreq_get_cur_state() local382 *state = cpufreq_device->cpufreq_state; in cpufreq_get_cur_state()[all …]