tag | line | file | source code |
IRQ_ports | 66 | kernel/chr_drv/serial.c | static struct async_struct *IRQ_ports[16]; |
IRQ_ports | 330 | kernel/chr_drv/serial.c | info = IRQ_ports[irq]; |
IRQ_ports | 354 | kernel/chr_drv/serial.c | info = IRQ_ports[irq]; |
IRQ_ports | 360 | kernel/chr_drv/serial.c | if (IRQ_ports[irq]) { |
IRQ_ports | 498 | kernel/chr_drv/serial.c | info = IRQ_ports[irq]; |
IRQ_ports | 848 | kernel/chr_drv/serial.c | if (new.irq && !IRQ_ports[new.irq]) { |
IRQ_ports | 874 | kernel/chr_drv/serial.c | IRQ_ports[irq] = info->next_port; |
IRQ_ports | 890 | kernel/chr_drv/serial.c | info->next_port = IRQ_ports[info->irq]; |
IRQ_ports | 893 | kernel/chr_drv/serial.c | IRQ_ports[info->irq] = info; |
IRQ_ports | 902 | kernel/chr_drv/serial.c | if (check_irq && !IRQ_ports[check_irq]) |
IRQ_ports | 1110 | kernel/chr_drv/serial.c | IRQ_ports[irq] = info->next_port; |
IRQ_ports | 1111 | kernel/chr_drv/serial.c | if (irq && !IRQ_ports[irq]) |
IRQ_ports | 1241 | kernel/chr_drv/serial.c | if (irq && !IRQ_ports[irq]) { |
IRQ_ports | 1254 | kernel/chr_drv/serial.c | info->next_port = IRQ_ports[irq]; |
IRQ_ports | 1257 | kernel/chr_drv/serial.c | IRQ_ports[irq] = info; |
IRQ_ports | 1515 | kernel/chr_drv/serial.c | IRQ_ports[i] = 0; |