| tag | line | file | source code |
|---|---|---|---|
| UART_LSR_OE | 399 | drivers/char/serial.c | else if (*status & UART_LSR_OE) |
| UART_LSR_OE | 1244 | drivers/char/serial.c | info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; |
| UART_LSR_OE | 1263 | drivers/char/serial.c | info->ignore_status_mask |= UART_LSR_OE; |
| UART_LSR_OE | 1264 | drivers/char/serial.c | info->read_status_mask |= UART_LSR_OE; |