tag | line | file | source code |
next_port | 509 | drivers/char/serial.c | info = info->next_port; |
next_port | 522 | drivers/char/serial.c | info = info->next_port; |
next_port | 691 | drivers/char/serial.c | info = info->next_port; |
next_port | 704 | drivers/char/serial.c | if (info->next_port) |
next_port | 705 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 707 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 709 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 720 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 721 | drivers/char/serial.c | if (info->next_port) |
next_port | 722 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1909 | drivers/char/serial.c | info->next_port = 0; |
next_port | 43 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |