Searched defs:mon_bin_hdr (Results 1 – 1 of 1) sorted by relevance
86 struct mon_bin_hdr { struct87 u64 id; /* URB ID - from submission to callback */88 unsigned char type; /* Same as in text API; extensible. */89 unsigned char xfer_type; /* ISO, Intr, Control, Bulk */90 unsigned char epnum; /* Endpoint number and transfer direction */91 unsigned char devnum; /* Device address */92 unsigned short busnum; /* Bus number */93 char flag_setup;94 char flag_data;95 s64 ts_sec; /* gettimeofday */[all …]