table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
UART_INSERT_CHAR(9) | 16x50 UART Driver | UART_INSERT_CHAR(9) |
NAME¶
uart_insert_char - push a char to the uart layerSYNOPSIS¶
void
uart_insert_char(struct uart_port * port,
unsigned int status,
unsigned int overrun,
unsigned int ch,
unsigned int flag);
ARGUMENTS¶
portcorresponding port
status
state of the serial port RX buffer (LSR for
8250)
overrun
mask of overrun bits in status
ch
character to push
flag
flag for the character (see TTY_NORMAL and
friends)
DESCRIPTION¶
User is responsible to call tty_flip_buffer_push when they are done with insertion.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |