Lines Matching defs:r_port
1111 struct r_port { struct
1112 int magic;
1113 int line;
1114 int flags;
1115 int count;
1116 int blocked_open;
1117 struct tty_struct *tty;
1118 int board:2;
1119 int aiop:2;
1120 int chan:3;
1121 CONTROLLER_t *ctlp;
1122 CHANNEL_t channel;
1123 int closing_wait;
1124 int close_delay;
1125 int intmask;
1126 int xmit_fifo_room; /* room in xmit fifo */
1127 unsigned char *xmit_buf;
1128 int xmit_head;
1129 int xmit_tail;
1130 int xmit_cnt;
1131 int session;
1132 int pgrp;
1133 int cd_status;
1134 int ignore_status_mask;
1135 int read_status_mask;
1136 int cps;
1137 struct termios normal_termios;
1138 struct termios callout_termios;
1139 struct tq_struct tqueue;
1140 wait_queue_head_t open_wait;
1141 wait_queue_head_t close_wait;