Home
last modified time | relevance | path

Searched refs:MICROWATT_PER_MILLIWATT (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/drivers/thermal/
Ddevfreq_cooling.c208 dfc->res_util /= MICROWATT_PER_MILLIWATT; in devfreq_cooling_get_requested_power()
229 *power /= MICROWATT_PER_MILLIWATT; in devfreq_cooling_get_requested_power()
255 *power /= MICROWATT_PER_MILLIWATT; in devfreq_cooling_state2power()
294 em_power_mw /= MICROWATT_PER_MILLIWATT; in devfreq_cooling_power2state()
Dcpufreq_cooling.c116 power_mw /= MICROWATT_PER_MILLIWATT; in cpu_freq_to_power()
130 em_power_mw /= MICROWATT_PER_MILLIWATT; in cpu_power_to_freq()
/linux-6.6.21/include/linux/
Dunits.h31 #define MICROWATT_PER_MILLIWATT 1000UL macro
/linux-6.6.21/drivers/cpufreq/
Dscmi-cpufreq.c119 *power *= MICROWATT_PER_MILLIWATT; in scmi_get_cpu_power()