Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/powercap/
A Darm_scmi_powercap.c80 u64 power_limit_uw, u32 *norm) in scmi_powercap_normalize_cap() argument
85 val = scale_mw ? DIV_ROUND_UP_ULL(power_limit_uw, 1000) : power_limit_uw; in scmi_powercap_normalize_cap()
96 if (power_limit_uw != val) in scmi_powercap_normalize_cap()
99 spz->info->name, power_limit_uw, val); in scmi_powercap_normalize_cap()
117 u64 *power_limit_uw) in scmi_powercap_get_power_limit_uw() argument
127 *power_limit_uw = power; in scmi_powercap_get_power_limit_uw()
129 *power_limit_uw *= 1000; in scmi_powercap_get_power_limit_uw()
A Dpowercap_sys.c126 define_power_zone_constraint_show(power_limit_uw);
127 define_power_zone_constraint_store(power_limit_uw);
/linux-6.3-rc2/Documentation/power/powercap/
A Dpowercap.rst240 Except power_limit_uw and time_window_us other fields are optional.

Completed in 6 milliseconds