taglinefilesource code
struct_ISR14include/linux/serial.htypedef struct struct_ISR *async_ISR;
struct_ISR83kernel/chr_drv/serial.cstruct struct_ISR COM1_ISR = { 4, 0x3f8, UART_ISR_proc, 0, };
struct_ISR84kernel/chr_drv/serial.cstruct struct_ISR COM2_ISR = { 3, 0x2f8, UART_ISR_proc, 0, };
struct_ISR85kernel/chr_drv/serial.cstruct struct_ISR COM3_ISR = { 4, 0x3e8, UART_ISR_proc, 0, };
struct_ISR86kernel/chr_drv/serial.cstruct struct_ISR COM4_ISR = { 3, 0x2e8, UART_ISR_proc, 0, };
struct_ISR91kernel/chr_drv/serial.cstruct struct_ISR FourPort1_ISR = { 2, 0x1bf, FourPort_ISR_proc, 0, };
struct_ISR92kernel/chr_drv/serial.cstruct struct_ISR FourPort2_ISR = { 5, 0x2bf, FourPort_ISR_proc, 0, };
struct_ISR96kernel/chr_drv/serial.cstruct struct_ISR Accent3_ISR = { 4, 0x330, UART_ISR_proc, 0, };
struct_ISR97kernel/chr_drv/serial.cstruct struct_ISR Accent4_ISR = { 4, 0x338, UART_ISR_proc, 0, };