tag | line | file | source code |
next_port | 529 | drivers/char/serial.c | info = info->next_port; |
next_port | 612 | drivers/char/serial.c | info = info->next_port; |
next_port | 633 | drivers/char/serial.c | while ((info = info->next_port) != NULL); |
next_port | 731 | drivers/char/serial.c | if (info->next_port) { |
next_port | 736 | drivers/char/serial.c | info = info->next_port; |
next_port | 822 | drivers/char/serial.c | info = info->next_port; |
next_port | 887 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 960 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 961 | drivers/char/serial.c | if (info->next_port) |
next_port | 962 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1006 | drivers/char/serial.c | if (info->next_port) |
next_port | 1007 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1009 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1011 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 1018 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 2332 | drivers/char/serial.c | info->next_port = 0; |
next_port | 117 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |