tag | line | file | source code |
port3 | 695 | drivers/char/serial.c | if (!multi->port3) |
port3 | 697 | drivers/char/serial.c | if ((inb(multi->port3) & multi->mask3) != multi->match3) |
port3 | 1773 | drivers/char/serial.c | ret.port3 = multi->port3; |
port3 | 1829 | drivers/char/serial.c | if (multi->port3) |
port3 | 1830 | drivers/char/serial.c | release_region(multi->port3,1); |
port3 | 1831 | drivers/char/serial.c | multi->port3 = new_multi.port3; |
port3 | 1834 | drivers/char/serial.c | if (multi->port3) |
port3 | 1835 | drivers/char/serial.c | request_region(multi->port3,1,"serial(multiport3)"); |
port3 | 92 | include/linux/serial.h | int port3; |
port3 | 195 | include/linux/serial.h | int port3; |