Home
last modified time | relevance | path

Searched refs:TIOCM_RTS (Results 1 – 25 of 111) sorted by relevance

12345

/drivers/usb/serial/
Dmct_u232.c289 if (control_state & TIOCM_RTS) in mct_u232_set_modem_ctrl()
443 priv->control_state = TIOCM_DTR | TIOCM_RTS; in mct_u232_open()
492 priv->control_state |= TIOCM_DTR | TIOCM_RTS; in mct_u232_dtr_rts()
494 priv->control_state &= ~(TIOCM_DTR | TIOCM_RTS); in mct_u232_dtr_rts()
629 control_state |= TIOCM_DTR | TIOCM_RTS; in mct_u232_set_termios()
638 control_state &= ~(TIOCM_DTR | TIOCM_RTS); in mct_u232_set_termios()
728 if (set & TIOCM_RTS) in mct_u232_tiocmset()
729 control_state |= TIOCM_RTS; in mct_u232_tiocmset()
732 if (clear & TIOCM_RTS) in mct_u232_tiocmset()
733 control_state &= ~TIOCM_RTS; in mct_u232_tiocmset()
[all …]
Df81232.c185 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) in f81232_set_mctrl()
198 if (clear & TIOCM_RTS) in f81232_set_mctrl()
204 if (set & TIOCM_RTS) in f81232_set_mctrl()
451 f81232_set_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS); in f81232_set_termios()
453 f81232_set_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0); in f81232_set_termios()
516 (mcr & UART_MCR_RTS ? TIOCM_RTS : 0) | in f81232_tiocmget()
571 f81232_set_mctrl(port, TIOCM_DTR | TIOCM_RTS, 0); in f81232_dtr_rts()
573 f81232_set_mctrl(port, 0, TIOCM_DTR | TIOCM_RTS); in f81232_dtr_rts()
Dmetro-usb.c248 if (control_state & TIOCM_RTS) in metrousb_set_modem_ctrl()
333 if (set & TIOCM_RTS) in metrousb_tiocmset()
334 control_state |= TIOCM_RTS; in metrousb_tiocmset()
337 if (clear & TIOCM_RTS) in metrousb_tiocmset()
338 control_state &= ~TIOCM_RTS; in metrousb_tiocmset()
Dbelkin_sa.c315 control_state |= (TIOCM_DTR|TIOCM_RTS); in belkin_sa_set_termios()
345 control_state &= ~(TIOCM_DTR | TIOCM_RTS); in belkin_sa_set_termios()
462 if (set & TIOCM_RTS) { in belkin_sa_tiocmset()
463 control_state |= TIOCM_RTS; in belkin_sa_tiocmset()
470 if (clear & TIOCM_RTS) { in belkin_sa_tiocmset()
471 control_state &= ~TIOCM_RTS; in belkin_sa_tiocmset()
Dssu100.c138 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) { in update_mctrl()
147 if (set & TIOCM_RTS) in update_mctrl()
422 (d[0] & UART_MCR_RTS ? TIOCM_RTS : 0) | in ssu100_tiocmget()
453 set_mctrl(dev, TIOCM_DTR | TIOCM_RTS); in ssu100_dtr_rts()
455 clear_mctrl(dev, TIOCM_DTR | TIOCM_RTS); in ssu100_dtr_rts()
Dkl5kusb105.c449 priv->control_state |= TIOCM_RTS; in klsi_105_set_termios()
494 priv->control_state &= ~(TIOCM_DTR | TIOCM_RTS); in klsi_105_set_termios()
560 priv->control_state |= TIOCM_DTR | TIOCM_RTS; in klsi_105_set_termios()
562 priv->control_state &= ~(TIOCM_DTR | TIOCM_RTS); in klsi_105_set_termios()
Dopticon.c294 result |= TIOCM_RTS; in opticon_tiocmget()
317 if (set & TIOCM_RTS) in opticon_tiocmset()
319 if (clear & TIOCM_RTS) in opticon_tiocmset()
Dspcp8x5.c443 if (set & TIOCM_RTS) in spcp8x5_tiocmset()
447 if (clear & TIOCM_RTS) in spcp8x5_tiocmset()
475 | ((mcr & MCR_RTS) ? TIOCM_RTS : 0) in spcp8x5_tiocmget()
Dcp210x.c1053 if (set & TIOCM_RTS) { in cp210x_tiocmset_port()
1061 if (clear & TIOCM_RTS) { in cp210x_tiocmset_port()
1078 cp210x_tiocmset_port(p, TIOCM_DTR|TIOCM_RTS, 0); in cp210x_dtr_rts()
1080 cp210x_tiocmset_port(p, 0, TIOCM_DTR|TIOCM_RTS); in cp210x_dtr_rts()
1094 |((control & CONTROL_RTS) ? TIOCM_RTS : 0) in cp210x_tiocmget()
Dquatech2.c227 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) { in update_mctrl()
237 if (set & TIOCM_RTS) in update_mctrl()
810 (d[0] & UART_MCR_RTS ? TIOCM_RTS : 0) | in qt2_tiocmget()
864 update_mctrl(port_priv, TIOCM_DTR | TIOCM_RTS, 0); in qt2_dtr_rts()
866 update_mctrl(port_priv, 0, TIOCM_DTR | TIOCM_RTS); in qt2_dtr_rts()
Dch341.c437 if (set & TIOCM_RTS) in ch341_tiocmset()
441 if (clear & TIOCM_RTS) in ch341_tiocmset()
544 | ((mcr & CH341_BIT_RTS) ? TIOCM_RTS : 0) in ch341_tiocmget()
Dkeyspan_pda.c412 ((status & (1<<2)) ? TIOCM_RTS : 0); in keyspan_pda_tiocmget()
428 if (set & TIOCM_RTS) in keyspan_pda_tiocmset()
433 if (clear & TIOCM_RTS) in keyspan_pda_tiocmset()
Dark3116.c474 (ctrl & UART_MCR_RTS ? TIOCM_RTS : 0) | in ark3116_tiocmget()
491 if (set & TIOCM_RTS) in ark3116_tiocmset()
499 if (clr & TIOCM_RTS) in ark3116_tiocmset()
Dftdi_sio.c1205 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) { in update_mctrl()
1214 if (clear & TIOCM_RTS) in update_mctrl()
1218 if (set & TIOCM_RTS) in update_mctrl()
1230 (set & TIOCM_RTS) ? "HIGH" : (clear & TIOCM_RTS) ? "LOW" : "unchanged"); in update_mctrl()
1235 (set & TIOCM_RTS) ? "HIGH" : (clear & TIOCM_RTS) ? "LOW" : "unchanged"); in update_mctrl()
1993 set_mctrl(port, TIOCM_DTR | TIOCM_RTS); in ftdi_dtr_rts()
1995 clear_mctrl(port, TIOCM_DTR | TIOCM_RTS); in ftdi_dtr_rts()
2329 clear_mctrl(port, TIOCM_DTR | TIOCM_RTS); in ftdi_set_termios()
2338 set_mctrl(port, TIOCM_DTR | TIOCM_RTS); in ftdi_set_termios()
Ddigi_acceleport.c562 data[6] = (modem_signals & TIOCM_RTS) ? in digi_set_modem_signals()
572 (port_priv->dp_modem_signals&~(TIOCM_DTR|TIOCM_RTS)) in digi_set_modem_signals()
573 | (modem_signals&(TIOCM_DTR|TIOCM_RTS)); in digi_set_modem_signals()
703 modem_signals |= TIOCM_RTS; in digi_set_termios()
1085 digi_set_modem_signals(port, on * (TIOCM_DTR|TIOCM_RTS), 1); in digi_dtr_rts()
Dusb_wwan.c100 value = ((portdata->rts_state) ? TIOCM_RTS : 0) | in usb_wwan_tiocmget()
125 if (set & TIOCM_RTS) in usb_wwan_tiocmset()
130 if (clear & TIOCM_RTS) in usb_wwan_tiocmset()
/drivers/isdn/gigaset/
Dinterface.c36 cs->ops->set_modem_ctrl(cs, 0, TIOCM_DTR | TIOCM_RTS); in if_lock()
39 cs->control_state = TIOCM_DTR | TIOCM_RTS; in if_lock()
246 retval = cs->control_state & (TIOCM_RTS | TIOCM_DTR); in if_tiocmget()
270 mc = (cs->control_state | set) & ~clear & (TIOCM_RTS | TIOCM_DTR); in if_tiocmset()
440 new_state |= TIOCM_RTS; in if_set_termios()
443 (new_state & TIOCM_RTS) ? " only" : "/RTS"); in if_set_termios()
453 new_state = control_state & ~(TIOCM_DTR | TIOCM_RTS); in if_set_termios()
Dcommon.c110 cs->control_state = TIOCM_RTS; in gigaset_enterconfigmode()
119 r = setflags(cs, TIOCM_RTS, 100); in gigaset_enterconfigmode()
126 r = setflags(cs, TIOCM_RTS | TIOCM_DTR, 800); in gigaset_enterconfigmode()
134 cs->control_state = TIOCM_RTS | TIOCM_DTR; in gigaset_enterconfigmode()
135 cs->ops->set_modem_ctrl(cs, 0, TIOCM_RTS | TIOCM_DTR); in gigaset_enterconfigmode()
892 cs->ops->set_modem_ctrl(cs, 0, TIOCM_DTR | TIOCM_RTS); in gigaset_start()
895 cs->control_state = TIOCM_DTR | TIOCM_RTS; in gigaset_start()
/drivers/bluetooth/
Dhci_ldisc.c288 set &= ~(TIOCM_OUT2 | TIOCM_RTS); in hci_uart_set_flow_control()
290 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
292 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
301 set |= (TIOCM_OUT2 | TIOCM_RTS); in hci_uart_set_flow_control()
303 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
305 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
Dhci_ath.c62 tty->driver->ops->tiocmset(tty, 0x00, TIOCM_RTS); in ath_wakeup_ar3k()
67 tty->driver->ops->tiocmset(tty, TIOCM_RTS, 0x00); in ath_wakeup_ar3k()
/drivers/mmc/card/
Dsdio_uart.c224 if (mctrl & TIOCM_RTS) in sdio_uart_write_mctrl()
579 sdio_uart_clear_mctrl(port, TIOCM_DTR | TIOCM_RTS); in uart_dtr_rts()
581 sdio_uart_set_mctrl(port, TIOCM_DTR | TIOCM_RTS); in uart_dtr_rts()
652 sdio_uart_set_mctrl(port, TIOCM_RTS | TIOCM_DTR); in sdio_uart_activate()
848 sdio_uart_clear_mctrl(port, TIOCM_RTS); in sdio_uart_throttle()
874 sdio_uart_set_mctrl(port, TIOCM_RTS); in sdio_uart_unthrottle()
893 sdio_uart_clear_mctrl(port, TIOCM_RTS | TIOCM_DTR); in sdio_uart_set_termios()
899 mask |= TIOCM_RTS; in sdio_uart_set_termios()
/drivers/staging/dgnc/
Ddgnc_mgmt.c202 ni.mstat |= TIOCM_RTS; in dgnc_mgmt_ioctl()
203 ni.rts = TIOCM_RTS; in dgnc_mgmt_ioctl()
Ddigi.h22 #define TIOCM_RTS 0x04 /* request to send */ macro
/drivers/tty/ipwireless/
Dtty.c285 out |= TIOCM_RTS; in get_control_lines()
303 if (set & TIOCM_RTS) { in set_control_lines()
325 if (clear & TIOCM_RTS) { in set_control_lines()
/drivers/net/irda/
Dirtty-sir.c155 set |= TIOCM_RTS; in irtty_set_dtr_rts()
157 clear |= TIOCM_RTS; in irtty_set_dtr_rts()

12345