/drivers/usb/serial/ |
D | mct_u232.c | 289 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 …]
|
D | f81232.c | 185 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()
|
D | metro-usb.c | 248 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()
|
D | belkin_sa.c | 315 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()
|
D | ssu100.c | 138 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()
|
D | kl5kusb105.c | 449 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()
|
D | opticon.c | 294 result |= TIOCM_RTS; in opticon_tiocmget() 317 if (set & TIOCM_RTS) in opticon_tiocmset() 319 if (clear & TIOCM_RTS) in opticon_tiocmset()
|
D | spcp8x5.c | 443 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()
|
D | cp210x.c | 1053 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()
|
D | quatech2.c | 227 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()
|
D | ch341.c | 437 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()
|
D | keyspan_pda.c | 412 ((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()
|
D | ark3116.c | 474 (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()
|
D | ftdi_sio.c | 1205 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()
|
D | digi_acceleport.c | 562 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()
|
D | usb_wwan.c | 100 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/ |
D | interface.c | 36 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()
|
D | common.c | 110 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/ |
D | hci_ldisc.c | 288 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()
|
D | hci_ath.c | 62 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/ |
D | sdio_uart.c | 224 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/ |
D | dgnc_mgmt.c | 202 ni.mstat |= TIOCM_RTS; in dgnc_mgmt_ioctl() 203 ni.rts = TIOCM_RTS; in dgnc_mgmt_ioctl()
|
D | digi.h | 22 #define TIOCM_RTS 0x04 /* request to send */ macro
|
/drivers/tty/ipwireless/ |
D | tty.c | 285 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/ |
D | irtty-sir.c | 155 set |= TIOCM_RTS; in irtty_set_dtr_rts() 157 clear |= TIOCM_RTS; in irtty_set_dtr_rts()
|