Lines Matching refs:rs_table
236 static struct e100_serial rs_table[] = { variable
452 #define NR_PORTS (sizeof(rs_table)/sizeof(struct e100_serial))
1935 info = rs_table + i; in tr_interrupt()
1973 info = rs_table + i; in rec_interrupt()
2110 info = rs_table + i; in timed_flush_handler()
2520 info = rs_table; in ser_interrupt()
2564 info = rs_table; in ser_interrupt()
3951 info = rs_table + tty->index; in rs_open()
4169 if (!rs_table[i].enabled) in crisv10_proc_show()
4171 seq_line_info(m, &rs_table[i]); in crisv10_proc_show()
4296 for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) { in rs_init()