Searched refs:TIOCM_RTS (Results 76 - 100 of 109) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.c383 if (mctrl & TIOCM_RTS) {
923 sunsab_set_mctrl(&up->port, TIOCM_DTR | TIOCM_RTS);
H A Dcrisv10.c4000 {TIOCM_RTS, "RTS"},
4035 (!E100_RTS_GET(info) ? TIOCM_RTS : 0)
4068 if (arg & TIOCM_RTS) {
4083 if (arg & TIOCM_RTS) {
4098 e100_rts(info, arg & TIOCM_RTS);
H A D68360serial.c1208 result = ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
1235 if (set & TIOCM_RTS)
1239 if (clear & TIOCM_RTS)
H A Damba-pl011.c291 BIT(TIOCM_RTS, UART011_CR_RTS);
H A Dbfin_5xx.c484 if (mctrl & TIOCM_RTS)
H A Dip22zilog.c559 if (mctrl & TIOCM_RTS)
H A Dvr41xx_siu.c207 if (mctrl & TIOCM_RTS)
H A Dsh-sci.c901 return TIOCM_DTR | TIOCM_RTS | TIOCM_DSR;
H A Dsunsu.c568 if (mctrl & TIOCM_RTS)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dstallion.c1223 if (set & TIOCM_RTS)
1227 if (clear & TIOCM_RTS)
1521 (sigs & TIOCM_RTS) ? "|RTS" : "",
3139 sigs |= (msvr2 & MSVR2_RTS) ? TIOCM_RTS : 0;
4070 sigs |= (ipr & IPR_RTS) ? 0: TIOCM_RTS;
H A Depca.c2283 mflag |= TIOCM_RTS;
2310 if (set & TIOCM_RTS) {
2318 if (clear & TIOCM_RTS) {
H A Desp.c1737 return ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
1758 if (set & TIOCM_RTS)
1763 if (clear & TIOCM_RTS)
H A Dmoxa.c702 flag |= TIOCM_RTS;
725 if (set & TIOCM_RTS)
729 if (clear & TIOCM_RTS)
H A Dmxser.c2919 return ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
2940 if (set & TIOCM_RTS)
2945 if (clear & TIOCM_RTS)
H A Dmxser_new.c1345 return ((control & UART_MCR_RTS) ? TIOCM_RTS : 0) |
1367 if (set & TIOCM_RTS)
1372 if (clear & TIOCM_RTS)
H A Drocket.c1288 result = ((control & SET_RTS) ? TIOCM_RTS : 0) |
1306 if (set & TIOCM_RTS)
1310 if (clear & TIOCM_RTS)
H A Dserial167.c1357 return ((status & CyRTS) ? TIOCM_RTS : 0)
1375 if (set & TIOCM_RTS) {
1394 if (clear & TIOCM_RTS) {
H A Dsx.c593 ((o_stat & OP_RTS) ? TIOCM_RTS : 0) |
1612 if (set & TIOCM_RTS)
1616 if (clear & TIOCM_RTS)
H A Distallion.c1645 if (set & TIOCM_RTS)
1649 if (clear & TIOCM_RTS)
2066 (stli_comstats.signals & TIOCM_RTS) ? "|RTS" : "",
2714 tiocm |= ((sigvalue & SG_RTS) ? TIOCM_RTS : 0);
H A Dtty_io.c3172 set &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
3173 clear &= TIOCM_DTR|TIOCM_RTS|TIOCM_OUT1|TIOCM_OUT2|TIOCM_LOOP;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2012 return ((pCh->dataSetOut & I2_RTS) ? TIOCM_RTS : 0)
2028 if (set & TIOCM_RTS) {
2037 if (clear & TIOCM_RTS) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1561 if (set & TIOCM_RTS)
1568 if (clear & TIOCM_RTS)
1594 | ((mcr & MCR_RTS) ? TIOCM_RTS: 0) /* 0x004 */
H A Dio_ti.c2557 if (set & TIOCM_RTS)
2564 if (clear & TIOCM_RTS)
2590 | ((mcr & MCR_RTS) ? TIOCM_RTS: 0) /* 0x004 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dusb-gigaset.c97 return ((state & TIOCM_DTR) ? 1 : 0) | ((state & TIOCM_RTS) ? 2 : 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.c1359 return ((control & UART_MCR_RTS) ? TIOCM_RTS : 0)
1382 if (set & TIOCM_RTS)
1389 if (clear & TIOCM_RTS)

Completed in 309 milliseconds

12345