tag | line | file | source code |
next_port | 546 | drivers/char/serial.c | info = info->next_port; |
next_port | 660 | drivers/char/serial.c | info = info->next_port; |
next_port | 775 | drivers/char/serial.c | if (info->next_port) { |
next_port | 780 | drivers/char/serial.c | info = info->next_port; |
next_port | 863 | drivers/char/serial.c | info = info->next_port; |
next_port | 932 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1011 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 1012 | drivers/char/serial.c | if (info->next_port) |
next_port | 1013 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1055 | drivers/char/serial.c | if (info->next_port) |
next_port | 1056 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1058 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1060 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 1067 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1806 | drivers/char/serial.c | if (IRQ_ports[info->irq]->next_port && |
next_port | 2650 | drivers/char/serial.c | info->next_port = 0; |
next_port | 148 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |