|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | monwrite_hdr |
Macros | |
| #define | MONWRITE_START_INTERVAL 0x00 /* start interval recording */ |
| #define | MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */ |
| #define | MONWRITE_GEN_EVENT 0x02 /* generate event record */ |
| #define | MONWRITE_START_CONFIG 0x03 /* start configuration recording */ |
Functions | |
| struct monwrite_hdr | __attribute__ ((packed)) |
Variables | |
| unsigned char | mon_function |
| unsigned short | applid |
| unsigned char | record_num |
| unsigned short | version |
| unsigned short | release |
| unsigned short | mod_level |
| unsigned short | datalen |
| unsigned char | hdrlen |
| #define MONWRITE_GEN_EVENT 0x02 /* generate event record */ |
Definition at line 15 of file monwriter.h.
| #define MONWRITE_START_CONFIG 0x03 /* start configuration recording */ |
Definition at line 16 of file monwriter.h.
| #define MONWRITE_START_INTERVAL 0x00 /* start interval recording */ |
Definition at line 13 of file monwriter.h.
| #define MONWRITE_STOP_INTERVAL 0x01 /* stop interval or config recording */ |
Definition at line 14 of file monwriter.h.
|
read |
Definition at line 171 of file esd_usb2.c.
| unsigned short applid |
Definition at line 31 of file monwriter.h.
| __u16 datalen |
Definition at line 36 of file monwriter.h.
| unsigned char hdrlen |
Definition at line 37 of file monwriter.h.
| unsigned short mod_level |
Definition at line 35 of file monwriter.h.
| unsigned char mon_function |
Definition at line 30 of file monwriter.h.
| unsigned char record_num |
Definition at line 32 of file monwriter.h.
| static void release |
| unsigned short version |
Definition at line 33 of file monwriter.h.
1.8.2