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