taglinefilesource code
next_port36include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
next_port337kernel/chr_drv/serial.cinfo = info->next_port;
next_port536kernel/chr_drv/serial.cif (info->next_port)
next_port537kernel/chr_drv/serial.cinfo->next_port->prev_port = info->prev_port;
next_port539kernel/chr_drv/serial.cinfo->prev_port->next_port = info->next_port;
next_port541kernel/chr_drv/serial.cIRQ_ports[irq] = info->next_port;
next_port778kernel/chr_drv/serial.cif (info->next_port)
next_port779kernel/chr_drv/serial.cinfo->next_port->prev_port = info->prev_port;
next_port781kernel/chr_drv/serial.cinfo->prev_port->next_port = info->next_port;
next_port783kernel/chr_drv/serial.cIRQ_ports[irq] = info->next_port;
next_port798kernel/chr_drv/serial.cinfo->next_port = IRQ_ports[info->irq];
next_port799kernel/chr_drv/serial.cif (info->next_port)
next_port800kernel/chr_drv/serial.cinfo->next_port->prev_port = info;
next_port970kernel/chr_drv/serial.cinfo->next_port = IRQ_ports[irq];
next_port971kernel/chr_drv/serial.cif (info->next_port)
next_port972kernel/chr_drv/serial.cinfo->next_port->prev_port = info;
next_port1273kernel/chr_drv/serial.cinfo->next_port = 0;