Lines Matching refs:text
15 Two APIs are currently implemented: "text" and "binary". The binary API
17 The text API is deprecated since 2.6.35, but available for convenience.
19 * How to use usbmon to collect raw text traces
22 in a text format. This is used for two purposes. First, it serves as a
26 To collect a raw text trace, execute following steps.
89 sent by e-mail, or inspected with a text editor. In the last case make sure
92 * Raw text data format
104 Any text format data consists of a stream of events, such as URB submission,
105 URB callback, submission error. Every event is a text line, which consists
200 unsigned char type; /* 8: Same as text; extensible. */
205 char flag_setup; /* 14: Same as text */
206 char flag_data; /* 15: Same as text; Binary zero is OK. */