Lines Matching defs:Aurora_port
240 struct Aurora_port { struct
241 int magic;
242 int baud_base;
243 int flags;
244 struct tty_struct * tty;
245 int count;
246 int blocked_open;
247 long event;
248 int timeout;
249 int close_delay;
250 long session;
251 long pgrp;
252 unsigned char * xmit_buf;
253 int custom_divisor;
254 int xmit_head;
255 int xmit_tail;
256 int xmit_cnt;
257 struct termios normal_termios;
258 wait_queue_head_t open_wait;
259 wait_queue_head_t close_wait;
260 struct tq_struct tqueue;
261 struct tq_struct tqueue_hangup;
262 short wakeup_chars;
263 short break_length;
264 unsigned short closing_wait;
265 unsigned char mark_mask;
266 unsigned char SRER;
267 unsigned char MSVR;
268 unsigned char COR2;
270 unsigned long overrun;
273 unsigned long hits[10];