Home
last modified time | relevance | path

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

/linux-5.19.10/include/trace/events/
Dpower.h408 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
410 TP_ARGS(action, prev_value, curr_value),
414 __field( int, prev_value )
420 __entry->prev_value = prev_value;
429 __entry->prev_value, __entry->curr_value)
434 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
436 TP_ARGS(action, prev_value, curr_value)
441 TP_PROTO(enum pm_qos_req_action action, int prev_value, int curr_value),
443 TP_ARGS(action, prev_value, curr_value),
450 __entry->prev_value, __entry->curr_value)
/linux-5.19.10/kernel/power/
Dqos.c101 int prev_value, curr_value, new_value; in pm_qos_update_target() local
106 prev_value = pm_qos_get_value(c); in pm_qos_update_target()
137 trace_pm_qos_update_target(action, prev_value, curr_value); in pm_qos_update_target()
139 if (prev_value == curr_value) in pm_qos_update_target()
179 s32 prev_value, curr_value; in pm_qos_update_flags() local
183 prev_value = list_empty(&pqf->list) ? 0 : pqf->effective_flags; in pm_qos_update_flags()
207 trace_pm_qos_update_flags(action, prev_value, curr_value); in pm_qos_update_flags()
209 return prev_value != curr_value; in pm_qos_update_flags()
/linux-5.19.10/Documentation/trace/
Devents-power.rst78 pm_qos_update_target "action=%s prev_value=%d curr_value=%d"
79 pm_qos_update_flags "action=%s prev_value=0x%x curr_value=0x%x"
/linux-5.19.10/drivers/media/platform/renesas/rcar-vin/
Drcar-csi2.c1141 const struct rcsi2_mbps_reg *prev_value = NULL; in rcsi2_phtw_write_mbps() local
1146 prev_value = value; in rcsi2_phtw_write_mbps()
1149 if (prev_value && in rcsi2_phtw_write_mbps()
1150 ((mbps - prev_value->mbps) <= (value->mbps - mbps))) in rcsi2_phtw_write_mbps()
1151 value = prev_value; in rcsi2_phtw_write_mbps()