tag | line | file | source code |
next_port | 37 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |
next_port | 352 | kernel/chr_drv/serial.c | info = info->next_port; |
next_port | 506 | kernel/chr_drv/serial.c | info = info->next_port; |
next_port | 869 | kernel/chr_drv/serial.c | if (info->next_port) |
next_port | 870 | kernel/chr_drv/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 872 | kernel/chr_drv/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 874 | kernel/chr_drv/serial.c | IRQ_ports[irq] = info->next_port; |
next_port | 890 | kernel/chr_drv/serial.c | info->next_port = IRQ_ports[info->irq]; |
next_port | 891 | kernel/chr_drv/serial.c | if (info->next_port) |
next_port | 892 | kernel/chr_drv/serial.c | info->next_port->prev_port = info; |
next_port | 1105 | kernel/chr_drv/serial.c | if (info->next_port) |
next_port | 1106 | kernel/chr_drv/serial.c | info->next_port->prev_port = info->prev_port; |
next_port | 1108 | kernel/chr_drv/serial.c | info->prev_port->next_port = info->next_port; |
next_port | 1110 | kernel/chr_drv/serial.c | IRQ_ports[irq] = info->next_port; |
next_port | 1254 | kernel/chr_drv/serial.c | info->next_port = IRQ_ports[irq]; |
next_port | 1255 | kernel/chr_drv/serial.c | if (info->next_port) |
next_port | 1256 | kernel/chr_drv/serial.c | info->next_port->prev_port = info; |
next_port | 1545 | kernel/chr_drv/serial.c | info->next_port = 0; |