tag | line | file | source code |
rs_table | 129 | drivers/char/serial.c | struct async_struct rs_table[] = { |
rs_table | 185 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
rs_table | 1504 | drivers/char/serial.c | if ((info != &rs_table[i]) && |
rs_table | 1505 | drivers/char/serial.c | (rs_table[i].port == new_serial.port) && |
rs_table | 1506 | drivers/char/serial.c | rs_table[i].type) |
rs_table | 2256 | drivers/char/serial.c | info = rs_table + line; |
rs_table | 2630 | drivers/char/serial.c | for (i = 0, info = rs_table; i < NR_PORTS; i++,info++) { |
rs_table | 2699 | drivers/char/serial.c | if (rs_table[i].port == req->port) |
rs_table | 2704 | drivers/char/serial.c | if ((rs_table[i].type == PORT_UNKNOWN) && |
rs_table | 2705 | drivers/char/serial.c | (rs_table[i].count == 0)) |
rs_table | 2712 | drivers/char/serial.c | info = &rs_table[i]; |
rs_table | 2713 | drivers/char/serial.c | if (rs_table[i].count) { |
rs_table | 2748 | drivers/char/serial.c | struct async_struct *info = &rs_table[line]; |