Searched refs:power_thresh_low (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | powercap.c | 93 __le32 power_thresh_low; member 567 u32 domain_id, u32 *power_thresh_low, in scmi_powercap_measurements_threshold_get() 572 if (!power_thresh_low || !power_thresh_high || in scmi_powercap_measurements_threshold_get() 576 *power_thresh_low = THRESH_LOW(pi, domain_id); in scmi_powercap_measurements_threshold_get() 584 u32 domain_id, u32 power_thresh_low, in scmi_powercap_measurements_threshold_set() 591 power_thresh_low > power_thresh_high) in scmi_powercap_measurements_threshold_set() 595 if (THRESH_LOW(pi, domain_id) == power_thresh_low && in scmi_powercap_measurements_threshold_set() 600 (FIELD_PREP(GENMASK_ULL(31, 0), power_thresh_low) | in scmi_powercap_measurements_threshold_set() 774 notify->power_thresh_low = cpu_to_le32(low); in scmi_powercap_notify() 566 scmi_powercap_measurements_threshold_get(const struct scmi_protocol_handle *ph, u32 domain_id, u32 *power_thresh_low, u32 *power_thresh_high) scmi_powercap_measurements_threshold_get() argument 583 scmi_powercap_measurements_threshold_set(const struct scmi_protocol_handle *ph, u32 domain_id, u32 power_thresh_low, u32 power_thresh_high) scmi_powercap_measurements_threshold_set() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scmi_protocol.h | 700 u32 domain_id, u32 power_thresh_low, 703 u32 domain_id, u32 *power_thresh_low,
|
Completed in 5 milliseconds