Home
last modified time | relevance | path

Searched refs:trace_header_t (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dcss_trace.h37 struct trace_header_t { struct
60 #define HDR_COMMAND_OFFSET offsetof(struct trace_header_t, command) argument
61 #define HDR_DATA_OFFSET offsetof(struct trace_header_t, data)
62 #define HDR_DEBUG_SIGNATURE_OFFSET offsetof(struct trace_header_t, debug_ptr_signature)
63 #define HDR_DEBUG_POINTER_OFFSET offsetof(struct trace_header_t, debug_ptr_value)
64 #define HDR_STATUS_OFFSET offsetof(struct trace_header_t, thr_status_byte)
65 #define HDR_STATUS_OFFSET_BYTE offsetof(struct trace_header_t, thr_status_byte)
66 #define HDR_STATUS_OFFSET_WORD offsetof(struct trace_header_t, thr_status_word)
67 #define HDR_STATUS_OFFSET_DWORD offsetof(struct trace_header_t, thr_status_dword)
68 #define HDR_STATUS_OFFSET_SCRATCH offsetof(struct trace_header_t, scratch_debug)
[all …]
/linux-5.19.10/drivers/staging/media/atomisp/pci/runtime/debug/src/
Dia_css_debug.c3172 static struct trace_header_t header; in debug_dump_one_trace()
3214 for (i = 0; i < (int)sizeof(struct trace_header_t); i++) in debug_dump_one_trace()