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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A DLindent2 indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dioc3_serial.c1083 * @ncs: event
1085 static void ioc3_cb_post_ncs(struct uart_port *the_port, int ncs) argument
1091 if (ncs & NCS_BREAK)
1093 if (ncs & NCS_FRAMING)
1095 if (ncs & NCS_OVERRUN)
1097 if (ncs & NCS_PARITY)
H A Dioc4_serial.c2036 * @ncs: event
2038 static void ioc4_cb_post_ncs(struct uart_port *the_port, int ncs) argument
2044 if (ncs & NCS_BREAK)
2046 if (ncs & NCS_FRAMING)
2048 if (ncs & NCS_OVERRUN)
2050 if (ncs & NCS_PARITY)

Completed in 158 milliseconds