tag | line | file | source code |
port4 | 699 | drivers/char/serial.c | if (!multi->port4) |
port4 | 701 | drivers/char/serial.c | if ((inb(multi->port4) & multi->mask4) == multi->match4) |
port4 | 1777 | drivers/char/serial.c | ret.port4 = multi->port4; |
port4 | 1837 | drivers/char/serial.c | if (multi->port4) |
port4 | 1838 | drivers/char/serial.c | release_region(multi->port4,1); |
port4 | 1839 | drivers/char/serial.c | multi->port4 = new_multi.port4; |
port4 | 1842 | drivers/char/serial.c | if (multi->port4) |
port4 | 1843 | drivers/char/serial.c | request_region(multi->port4,1,"serial(multiport4)"); |
port4 | 94 | include/linux/serial.h | int port4; |
port4 | 197 | include/linux/serial.h | int port4; |