taglinefilesource code
rs_table140drivers/char/serial.cstruct async_struct rs_table[] = {
rs_table196drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
rs_table256drivers/char/serial.cinfo = rs_table + DEV_TO_SL(tty->line);
rs_table268drivers/char/serial.cinfo = rs_table + DEV_TO_SL(tty->line);
rs_table571drivers/char/serial.cfor (i = 0, info = rs_table; i < NR_PORTS; i++,info++) {
rs_table851drivers/char/serial.cinfo = rs_table + line;
rs_table955drivers/char/serial.cinfo = rs_table + DEV_TO_SL(tty->line);
rs_table990drivers/char/serial.cinfo = rs_table + DEV_TO_SL(tty->line);
rs_table1000drivers/char/serial.cinfo = rs_table + DEV_TO_SL(tty->line);
rs_table1085drivers/char/serial.cif ((info != &rs_table[i]) &&
rs_table1086drivers/char/serial.c(rs_table[i].port == new_serial.port) && rs_table[i].type)
rs_table1320drivers/char/serial.cinfo = rs_table + line;
rs_table1395drivers/char/serial.cinfo = &rs_table[DEV_TO_SL(tty->line)];
rs_table1435drivers/char/serial.cinfo = rs_table + line;
rs_table1594drivers/char/serial.cinfo = rs_table + line;
rs_table1898drivers/char/serial.cfor (i = 0, info = rs_table; i < NR_PORTS; i++,info++) {