Searched defs:usbmon_packet (Results 1 – 1 of 1) sorted by relevance
43 struct usbmon_packet { struct44 uint64_t id; /* 0: URB ID - from submission to callback */45 unsigned char type; /* 8: Same as text; extensible. */46 unsigned char xfer_type; /* ISO (0), Intr, Control, Bulk (3) */47 unsigned char epnum; /* Endpoint number and transfer direction */48 unsigned char devnum; /* Device address */49 uint16_t busnum; /* 12: Bus number */50 char flag_setup; /* 14: Same as text */51 char flag_data; /* 15: Same as text; Binary zero is OK. */52 int64_t ts_sec; /* 16: gettimeofday */[all …]