taglinefilesource code
rs_table123drivers/char/serial.cstruct async_struct rs_table[] = {
rs_table179drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
rs_table1426drivers/char/serial.cif ((info != &rs_table[i]) &&
rs_table1427drivers/char/serial.c(rs_table[i].port == new_serial.port) &&
rs_table1428drivers/char/serial.crs_table[i].type)
rs_table1971drivers/char/serial.cinfo = rs_table + line;
rs_table2315drivers/char/serial.cfor (i = 0, info = rs_table; i < NR_PORTS; i++,info++) {
rs_table2378drivers/char/serial.cif (rs_table[i].port == req->port)
rs_table2383drivers/char/serial.cif ((rs_table[i].type == PORT_UNKNOWN) &&
rs_table2384drivers/char/serial.c(rs_table[i].count == 0))
rs_table2391drivers/char/serial.cinfo = &rs_table[i];
rs_table2392drivers/char/serial.cif (rs_table[i].count) {
rs_table2427drivers/char/serial.cstruct async_struct *info = &rs_table[line];