| tag | line | file | source code |
| struct_ISR | 14 | include/linux/serial.h | typedef struct struct_ISR *async_ISR; |
| struct_ISR | 83 | kernel/chr_drv/serial.c | struct struct_ISR COM1_ISR = { 4, 0x3f8, UART_ISR_proc, 0, }; |
| struct_ISR | 84 | kernel/chr_drv/serial.c | struct struct_ISR COM2_ISR = { 3, 0x2f8, UART_ISR_proc, 0, }; |
| struct_ISR | 85 | kernel/chr_drv/serial.c | struct struct_ISR COM3_ISR = { 4, 0x3e8, UART_ISR_proc, 0, }; |
| struct_ISR | 86 | kernel/chr_drv/serial.c | struct struct_ISR COM4_ISR = { 3, 0x2e8, UART_ISR_proc, 0, }; |
| struct_ISR | 91 | kernel/chr_drv/serial.c | struct struct_ISR FourPort1_ISR = { 2, 0x1bf, FourPort_ISR_proc, 0, }; |
| struct_ISR | 92 | kernel/chr_drv/serial.c | struct struct_ISR FourPort2_ISR = { 5, 0x2bf, FourPort_ISR_proc, 0, }; |
| struct_ISR | 96 | kernel/chr_drv/serial.c | struct struct_ISR Accent3_ISR = { 4, 0x330, UART_ISR_proc, 0, }; |
| struct_ISR | 97 | kernel/chr_drv/serial.c | struct struct_ISR Accent4_ISR = { 4, 0x338, UART_ISR_proc, 0, }; |