tag | line | file | source code |
port2 | 693 | drivers/char/serial.c | if (!multi->port2) |
port2 | 695 | drivers/char/serial.c | if ((inb(multi->port2) & multi->mask2) != multi->match2) |
port2 | 1773 | drivers/char/serial.c | ret.port2 = multi->port2; |
port2 | 1825 | drivers/char/serial.c | if (multi->port2) |
port2 | 1826 | drivers/char/serial.c | release_region(multi->port2,1); |
port2 | 1827 | drivers/char/serial.c | multi->port2 = new_multi.port2; |
port2 | 1830 | drivers/char/serial.c | if (multi->port2) |
port2 | 1831 | drivers/char/serial.c | request_region(multi->port2,1,"serial(multiport2)"); |
port2 | 91 | include/linux/serial.h | int port2; |
port2 | 194 | include/linux/serial.h | int port2; |