lsr_saved_flags 291 drivers/tty/serial/8250/8250_core.c up->lsr_saved_flags |= lsr & LSR_SAVE_FLAGS; lsr_saved_flags 43 drivers/tty/serial/8250/8250_fsl.c if (unlikely(up->lsr_saved_flags & UART_LSR_BI)) { lsr_saved_flags 44 drivers/tty/serial/8250/8250_fsl.c up->lsr_saved_flags &= ~UART_LSR_BI; lsr_saved_flags 81 drivers/tty/serial/8250/8250_fsl.c up->lsr_saved_flags = orig_lsr; lsr_saved_flags 624 drivers/tty/serial/8250/8250_omap.c up->lsr_saved_flags = 0; lsr_saved_flags 1517 drivers/tty/serial/8250/8250_port.c up->lsr_saved_flags |= lsr & LSR_SAVE_FLAGS; lsr_saved_flags 1659 drivers/tty/serial/8250/8250_port.c lsr |= up->lsr_saved_flags; lsr_saved_flags 1660 drivers/tty/serial/8250/8250_port.c up->lsr_saved_flags = 0; lsr_saved_flags 1890 drivers/tty/serial/8250/8250_port.c up->lsr_saved_flags |= lsr & LSR_SAVE_FLAGS; lsr_saved_flags 1971 drivers/tty/serial/8250/8250_port.c up->lsr_saved_flags |= status & LSR_SAVE_FLAGS; lsr_saved_flags 2305 drivers/tty/serial/8250/8250_port.c up->lsr_saved_flags = 0; lsr_saved_flags 122 include/linux/serial_8250.h unsigned char lsr_saved_flags;