Lines Matching refs:rs_table
232 static struct e100_serial rs_table[] = { variable
448 #define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
1897 info = rs_table + i; in tr_interrupt()
1934 info = rs_table + i; in rec_interrupt()
2070 info = rs_table + i; in timed_flush_handler()
2478 info = rs_table; in ser_interrupt()
2522 info = rs_table; in ser_interrupt()
3864 info = rs_table + tty->index; in rs_open()
4068 if (!rs_table[i].enabled) in crisv10_proc_show()
4070 seq_line_info(m, &rs_table[i]); in crisv10_proc_show()
4186 for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) { in rs_init()