Searched refs:ReadEventDataAsciiConsole (Results 1 – 2 of 2) sorted by relevance
310 struct ReadEventDataAsciiConsole *evdata = (void *)ebh; in console_read_ascii()311 const int max_event_buffer_len = SCCB_SIZE - offsetof(ReadEventDataAsciiConsole, ebh); in console_read_ascii()312 const int event_buffer_ascii_recv_header_len = offsetof(ReadEventDataAsciiConsole, data); in console_read_ascii()
341 typedef struct ReadEventDataAsciiConsole { struct345 } __attribute__((packed)) ReadEventDataAsciiConsole; argument