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 | 946 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1025 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 1026 | drivers/char/serial.c | if (info->next_port) |
next_port | 1027 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1069 | drivers/char/serial.c | if (info->next_port) |
next_port | 1070 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1072 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1074 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 1081 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1838 | drivers/char/serial.c | if (IRQ_ports[info->irq]->next_port && |
next_port | 2737 | drivers/char/serial.c | info->next_port = 0; |
next_port | 170 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |