| tag | line | file | source code |
| port1 | 648 | drivers/char/serial.c | if (!multi->port1) { |
| port1 | 689 | drivers/char/serial.c | if ((inb(multi->port1) & multi->mask1) != multi->match1) |
| port1 | 796 | drivers/char/serial.c | if (rs_multiport[i].port1) |
| port1 | 949 | drivers/char/serial.c | if (rs_multiport[info->irq].port1) |
| port1 | 1756 | drivers/char/serial.c | ret.port1 = multi->port1; |
| port1 | 1800 | drivers/char/serial.c | was_multi = (multi->port1 != 0); |
| port1 | 1804 | drivers/char/serial.c | if (multi->port1) |
| port1 | 1805 | drivers/char/serial.c | release_region(multi->port1,1); |
| port1 | 1806 | drivers/char/serial.c | multi->port1 = new_multi.port1; |
| port1 | 1809 | drivers/char/serial.c | if (multi->port1) |
| port1 | 1810 | drivers/char/serial.c | request_region(multi->port1,1,"serial(multiport1)"); |
| port1 | 1836 | drivers/char/serial.c | now_multi = (multi->port1 != 0); |
| port1 | 88 | include/linux/serial.h | int port1; |
| port1 | 191 | include/linux/serial.h | int port1; |