Searched refs:cpufreq_val (Results 1 - 1 of 1) sorted by relevance

/drivers/thermal/
H A Dcpu_cooling.c39 * @cpufreq_val: integer value representing the absolute value of the clipped
51 unsigned int cpufreq_val; member in struct:cpufreq_cooling_device
288 cpufreq_device->cpufreq_val = clip_freq;
326 if (!cpufreq_dev->cpufreq_val)
327 cpufreq_dev->cpufreq_val = get_cpu_frequency(
331 max_freq = cpufreq_dev->cpufreq_val;

Completed in 43 milliseconds