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