taglinefilesource code
next_port37include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
next_port352kernel/chr_drv/serial.cinfo = info->next_port;
next_port506kernel/chr_drv/serial.cinfo = info->next_port;
next_port869kernel/chr_drv/serial.cif (info->next_port)
next_port870kernel/chr_drv/serial.cinfo->next_port->prev_port = info->prev_port;
next_port872kernel/chr_drv/serial.cinfo->prev_port->next_port = info->next_port;
next_port874kernel/chr_drv/serial.cIRQ_ports[irq] = info->next_port;
next_port890kernel/chr_drv/serial.cinfo->next_port = IRQ_ports[info->irq];
next_port891kernel/chr_drv/serial.cif (info->next_port)
next_port892kernel/chr_drv/serial.cinfo->next_port->prev_port = info;
next_port1105kernel/chr_drv/serial.cif (info->next_port)
next_port1106kernel/chr_drv/serial.cinfo->next_port->prev_port = info->prev_port;
next_port1108kernel/chr_drv/serial.cinfo->prev_port->next_port = info->next_port;
next_port1110kernel/chr_drv/serial.cIRQ_ports[irq] = info->next_port;
next_port1254kernel/chr_drv/serial.cinfo->next_port = IRQ_ports[irq];
next_port1255kernel/chr_drv/serial.cif (info->next_port)
next_port1256kernel/chr_drv/serial.cinfo->next_port->prev_port = info;
next_port1545kernel/chr_drv/serial.cinfo->next_port = 0;