Home
last modified time | relevance | path

Searched refs:get_static_power (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/thermal/
Ddevfreq_cooling.c214 get_static_power(struct devfreq_cooling_device *dfc, unsigned long freq) in get_static_power() function
221 if (!dfc->power_ops->get_static_power) in get_static_power()
241 return dfc->power_ops->get_static_power(voltage); in get_static_power()
296 static_power = get_static_power(dfc, freq); in devfreq_cooling_get_requested_power()
319 static_power = get_static_power(dfc, freq); in devfreq_cooling_state2power()
338 static_power = get_static_power(dfc, freq); in devfreq_cooling_power2state()
Dcpu_cooling.c421 static int get_static_power(struct cpufreq_cooling_device *cpufreq_device, in get_static_power() function
617 ret = get_static_power(cpufreq_device, tz, freq, &static_power); in cpufreq_get_requested_power()
674 ret = get_static_power(cpufreq_device, tz, freq, &static_power); in cpufreq_state2power()
719 ret = get_static_power(cpufreq_device, tz, cur_freq, &static_power); in cpufreq_power2state()
/linux-4.4.14/include/linux/
Ddevfreq_cooling.h40 unsigned long (*get_static_power)(unsigned long voltage); member