Searched defs:isys_fw_log (Results 1 – 1 of 1) sorted by relevance
50 struct isys_fw_log { struct51 struct mutex mutex; /* protect whole struct */52 void *head;53 void *addr;54 u32 count; /* running counter of log */55 u32 size; /* actual size of log content, in bits */
Completed in 5 milliseconds