• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/

Lines Matching refs:__u8

60 	__u8	port;	/* port number (1 to N) */
93 __u8 port; /* port number (1 to N) */
96 __u8 bits; /* 5, 6, 7, or 8 */
97 __u8 stop; /* 1 or 2, default 1 (2 = 1.5 if bits = 5) */
98 __u8 parity; /* see WHITEHEAT_PAR_* above */
99 __u8 sflow; /* see WHITEHEAT_SFLOW_* above */
100 __u8 xoff; /* XOFF byte value */
101 __u8 xon; /* XON byte value */
102 __u8 hflow; /* see WHITEHEAT_HFLOW_* above */
103 __u8 lloop; /* 0/1 turns local loopback mode off/on */
120 __u8 port; /* port number (1 to N) */
121 __u8 state; /* 0/1 turns signal off/on */
149 __u8 mem_type; /* see WHITEHEAT_DUMP_* above */
162 __u8 port; /* port number (1 to N) */
163 __u8 what; /* bit pattern of what to purge */
171 __u8 port; /* port number (1 to N) */
172 __u8 length; /* length of message to echo, max 61 bytes */
173 __u8 echo_data[61]; /* data to echo */
195 __u8 port; /* port number (1 to n) */
196 __u8 test; /* see WHITEHEAT_TEST_* above*/
197 __u8 info[32]; /* additional info */
226 __u8 port; /* port number (1 to N) */
227 __u8 event; /* indicates what the current event is,
229 __u8 modem; /* modem signal status (copy of uart's
231 __u8 error; /* line status (copy of uart's LSR register) */
232 __u8 flow; /* flow control state, see WHITEHEAT_FLOW_*
234 __u8 connect; /* 0 means not connected, non-zero means
243 __u8 mcr; /* copy of uart's MCR register */
251 __u8 hw_id; /* hardware id number, WhiteHEAT = 0 */
252 __u8 sw_major_rev; /* major version number */
253 __u8 sw_minor_rev; /* minor version number */
255 __u8 b0; /* B0 */
256 __u8 vendor_id_low; /* vendor id (low byte) */
257 __u8 vendor_id_high; /* vendor id (high byte) */
258 __u8 product_id_low; /* product id (low byte) */
259 __u8 product_id_high; /* product id (high byte) */
260 __u8 device_id_low; /* device id (low byte) */
261 __u8 device_id_high; /* device id (high byte) */
262 __u8 not_used_1;
263 __u8 serial_number_0; /* serial number (low byte) */
264 __u8 serial_number_1; /* serial number */
265 __u8 serial_number_2; /* serial number */
266 __u8 serial_number_3; /* serial number (high byte) */
267 __u8 not_used_2;
268 __u8 not_used_3;
269 __u8 checksum_low; /* checksum (low byte) */
270 __u8 checksum_high; /* checksum (high byte */
279 __u8 port; /* port number (1 to N) */
280 __u8 event; /* see whiteheat_status_info.event */
281 __u8 info; /* see whiteheat_status_info.modem, .error,
294 __u8 port; /* port number (1 to N) */
295 __u8 test; /* indicates which test this is a response for,
297 __u8 status; /* see WHITEHEAT_TEST_* above */
298 __u8 results[32]; /* test-dependent results */