Searched refs:ncs (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/serial/
H A Dioc3_serial.c1091 * @ncs: event
1093 static void ioc3_cb_post_ncs(struct uart_port *the_port, int ncs) ioc3_cb_post_ncs() argument
1099 if (ncs & NCS_BREAK) ioc3_cb_post_ncs()
1101 if (ncs & NCS_FRAMING) ioc3_cb_post_ncs()
1103 if (ncs & NCS_OVERRUN) ioc3_cb_post_ncs()
1105 if (ncs & NCS_PARITY) ioc3_cb_post_ncs()
H A Dioc4_serial.c2040 * @ncs: event
2042 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) ioc4_cb_post_ncs() argument
2048 if (ncs & NCS_BREAK) ioc4_cb_post_ncs()
2050 if (ncs & NCS_FRAMING) ioc4_cb_post_ncs()
2052 if (ncs & NCS_OVERRUN) ioc4_cb_post_ncs()
2054 if (ncs & NCS_PARITY) ioc4_cb_post_ncs()

Completed in 100 milliseconds