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

/linux-4.1.27/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.c2039 * @ncs: event
2041 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) ioc4_cb_post_ncs() argument
2047 if (ncs & NCS_BREAK) ioc4_cb_post_ncs()
2049 if (ncs & NCS_FRAMING) ioc4_cb_post_ncs()
2051 if (ncs & NCS_OVERRUN) ioc4_cb_post_ncs()
2053 if (ncs & NCS_PARITY) ioc4_cb_post_ncs()

Completed in 125 milliseconds