Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dpm_qos.h128 enum pm_qos_req_action { enum
141 enum pm_qos_req_action action, int value);
144 enum pm_qos_req_action action, s32 val);
310 enum pm_qos_req_action action, s32 value);
/linux-6.14.4/kernel/power/
Dqos.c99 enum pm_qos_req_action action, int value) in pm_qos_update_target()
176 enum pm_qos_req_action action, s32 val) in pm_qos_update_flags()
250 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply()
504 enum pm_qos_req_action action, s32 value) in freq_qos_apply()
/linux-6.14.4/include/trace/events/
Dpower.h429 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
434 __field( enum pm_qos_req_action, action )
455 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
462 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
/linux-6.14.4/drivers/base/power/
Dqos.c152 enum pm_qos_req_action action, s32 value) in apply_constraint()