Lines Matching defs:mon_bin_hdr
89 struct mon_bin_hdr { struct
90 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 */
99 s32 ts_usec; /* ktime_get_real_ts64 */
100 int status;
101 unsigned int len_urb; /* Length of data (submitted or actual) */
102 unsigned int len_cap; /* Delivered length */
103 union {
109 } s;
110 int interval;
111 int start_frame;
135 struct mon_bin_hdr __user *hdr; /* Can be 48 bytes or 64. */ argument