Query: uart_insert_char
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UART_INSERT_CHAR(9) 16x50 UART Driver UART_INSERT_CHAR(9)NAMEuart_insert_char - push a char to the uart layerSYNOPSISvoid uart_insert_char(struct uart_port * port, unsigned int status, unsigned int overrun, unsigned int ch, unsigned int flag);ARGUMENTSport corresponding 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)DESCRIPTIONUser is responsible to call tty_flip_buffer_push when they are done with insertion.COPYRIGHTKernel Hackers Manual 3.10 June 2014 UART_INSERT_CHAR(9)
Related Man Pages |
---|
inb_p(2) - centos |
inw(2) - centos |
outb(2) - centos |
outsl(2) - centos |
outl(2) - centos |
Similar Topics in the Unix Linux Community |
---|
Porting Linux and TTY / Shell problems |