tag | line | file | source code |
---|---|---|---|
UART_LSR_OE | 398 | drivers/char/serial.c | else if (*status & UART_LSR_OE) |
UART_LSR_OE | 1221 | drivers/char/serial.c | info->read_status_mask = UART_LSR_OE | UART_LSR_THRE | UART_LSR_DR; |
UART_LSR_OE | 1240 | drivers/char/serial.c | info->ignore_status_mask |= UART_LSR_OE; |
UART_LSR_OE | 1241 | drivers/char/serial.c | info->read_status_mask |= UART_LSR_OE; |