Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Ddevfreq_cooling.c295 s32 est_power; in devfreq_cooling_power2state() local
306 est_power = power * dfc->res_util; in devfreq_cooling_power2state()
307 est_power /= SCALE_ERROR_MITIGATION; in devfreq_cooling_power2state()
311 est_power = power << 10; in devfreq_cooling_power2state()
312 est_power /= status.busy_time; in devfreq_cooling_power2state()
325 if (est_power >= em_power_mw) in devfreq_cooling_power2state()
/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst165 在能量模型框架中使用(假的)“foo”协议注册性能域。该驱动实现了一个est_power()
170 01 static int est_power(struct device *dev, unsigned long *mW,
194 25 struct em_data_callback em_cb = EM_DATA_CB(est_power);
/linux/Documentation/power/
H A Denergy-model.rst299 protocol. The driver implements an est_power() function to be provided to the
304 01 static int est_power(struct device *dev, unsigned long *mW,
328 25 struct em_data_callback em_cb = EM_DATA_CB(est_power);