Searched defs:clip_cpus (Results 1 - 2 of 2) sorted by relevance

/drivers/thermal/
H A Dcpu_cooling.c425 * @clip_cpus: cpumask of cpus where the frequency constraints will happen.
437 const struct cpumask *clip_cpus)
447 for_each_cpu(i, clip_cpus) {
465 cpumask_copy(&cpufreq_dev->allowed_cpus, clip_cpus);
501 * @clip_cpus: cpumask of cpus where the frequency constraints will happen.
511 cpufreq_cooling_register(const struct cpumask *clip_cpus) argument
513 return __cpufreq_cooling_register(NULL, clip_cpus);
520 * @clip_cpus: cpumask of cpus where the frequency constraints will happen.
532 const struct cpumask *clip_cpus)
537 return __cpufreq_cooling_register(np, clip_cpus);
436 __cpufreq_cooling_register(struct device_node *np, const struct cpumask *clip_cpus) argument
531 of_cpufreq_cooling_register(struct device_node *np, const struct cpumask *clip_cpus) argument
[all...]
H A Dimx_thermal.c457 struct cpumask clip_cpus; local
519 cpumask_set_cpu(0, &clip_cpus);
520 data->cdev = cpufreq_cooling_register(&clip_cpus);

Completed in 208 milliseconds