tag | line | file | source code |
next_port | 560 | drivers/char/serial.c | info = info->next_port; |
next_port | 674 | drivers/char/serial.c | info = info->next_port; |
next_port | 789 | drivers/char/serial.c | if (info->next_port) { |
next_port | 794 | drivers/char/serial.c | info = info->next_port; |
next_port | 877 | drivers/char/serial.c | info = info->next_port; |
next_port | 955 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1034 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 1035 | drivers/char/serial.c | if (info->next_port) |
next_port | 1036 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1078 | drivers/char/serial.c | if (info->next_port) |
next_port | 1079 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1081 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1083 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 1090 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1847 | drivers/char/serial.c | if (IRQ_ports[info->irq]->next_port && |
next_port | 2756 | drivers/char/serial.c | info->next_port = 0; |
next_port | 170 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |