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

/linux-master/include/linux/
H A Ddevfreq_cooling.h19 * @get_real_power: When this is set, the framework uses it to ask the
38 int (*get_real_power)(struct devfreq *df, u32 *power, member in struct:devfreq_cooling_power
/linux-master/drivers/thermal/
H A Ddevfreq_cooling.c208 if (dfc->power_ops && dfc->power_ops->get_real_power) {
215 res = dfc->power_ops->get_real_power(df, power, freq, voltage);
304 if (dfc->power_ops && dfc->power_ops->get_real_power) {

Completed in 94 milliseconds