tag | line | file | source code |
next_port | 562 | drivers/char/serial.c | info = info->next_port; |
next_port | 676 | drivers/char/serial.c | info = info->next_port; |
next_port | 791 | drivers/char/serial.c | if (info->next_port) { |
next_port | 796 | drivers/char/serial.c | info = info->next_port; |
next_port | 879 | drivers/char/serial.c | info = info->next_port; |
next_port | 957 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1037 | drivers/char/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 1038 | drivers/char/serial.c | if (info->next_port) |
next_port | 1039 | drivers/char/serial.c | info->next_port->prev_port = info; |
next_port | 1081 | drivers/char/serial.c | if (info->next_port) |
next_port | 1082 | drivers/char/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1084 | drivers/char/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1086 | drivers/char/serial.c | IRQ_ports[info->irq] = info->next_port; |
next_port | 1093 | drivers/char/serial.c | !IRQ_ports[info->irq]->next_port)) { |
next_port | 1851 | drivers/char/serial.c | if (IRQ_ports[info->irq]->next_port && |
next_port | 2759 | drivers/char/serial.c | info->next_port = 0; |
next_port | 171 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |