Searched refs:pm_qos_req_action (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | pm_qos.h | 103 enum pm_qos_req_action {  enum115 			 enum pm_qos_req_action action, int value);
 118 			 enum pm_qos_req_action action, s32 val);
 
 | 
| /Linux-v5.4/include/trace/events/ | 
| D | power.h | 433 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),438 		__field( enum pm_qos_req_action, action         )
 459 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
 466 	TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
 
 | 
| /Linux-v5.4/kernel/power/ | 
| D | qos.c | 215 			 enum pm_qos_req_action action, int value)  in pm_qos_update_target()297 			 enum pm_qos_req_action action, s32 val)  in pm_qos_update_flags()
 719 			  enum pm_qos_req_action action, s32 value)  in freq_qos_apply()
 
 | 
| /Linux-v5.4/drivers/base/power/ | 
| D | qos.c | 141 			    enum pm_qos_req_action action, s32 value)  in apply_constraint()
 |