Searched refs:pm_qos_req_action (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/include/linux/ | 
| D | pm_qos.h | 128 enum pm_qos_req_action {  enum141 			 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-v5.15/kernel/power/ | 
| D | qos.c | 99 			 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()
 245 				  enum pm_qos_req_action action, s32 value)  in cpu_latency_qos_apply()
 494 			  enum pm_qos_req_action action, s32 value)  in freq_qos_apply()
 
 | 
| /Linux-v5.15/include/trace/events/ | 
| D | power.h | 408 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),413 		__field( enum pm_qos_req_action, action         )
 434 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
 441 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
 
 | 
| /Linux-v5.15/drivers/base/power/ | 
| D | qos.c | 151 			    enum pm_qos_req_action action, s32 value)  in apply_constraint()
 |