Searched refs:stop_trace (Results 1 – 3 of 3) sorted by relevance
134 } stop_trace; member162 } stop_trace; member
1284 req_buf->stop_trace.length = FJES_DEV_COMMAND_STOP_DBG_REQ_LEN; in fjes_hw_stop_debug()1286 res_buf->stop_trace.length = 0; in fjes_hw_stop_debug()1287 res_buf->stop_trace.code = 0; in fjes_hw_stop_debug()1292 if (res_buf->stop_trace.length != FJES_DEV_COMMAND_STOP_DBG_RES_LEN) { in fjes_hw_stop_debug()1296 switch (res_buf->stop_trace.code) { in fjes_hw_stop_debug()
248 __entry->length = res_buf->stop_trace.length;249 __entry->code = res_buf->stop_trace.code;
Completed in 12 milliseconds