Home
last modified time | relevance | path

Searched refs:TIOCM_DTR (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/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()
437 new_state = control_state | TIOCM_DTR; in if_set_termios()
453 new_state = control_state & ~(TIOCM_DTR | TIOCM_RTS); in if_set_termios()
Dcommon.c112 r = setflags(cs, TIOCM_DTR, 200); 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()
891 cs->ops->set_modem_ctrl(cs, 0, TIOCM_DTR | TIOCM_RTS); in gigaset_start()
894 cs->control_state = TIOCM_DTR | TIOCM_RTS; in gigaset_start()
Dusb-gigaset.c151 return ((state & TIOCM_DTR) ? 1 : 0) | ((state & TIOCM_RTS) ? 2 : 0); in tiocm_to_gigaset()
/linux-4.19.296/include/uapi/asm-generic/
Dtermios.h34 #define TIOCM_DTR 0x002 macro
/linux-4.19.296/drivers/bluetooth/
Dhci_ldisc.c345 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
347 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
358 set &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
360 clear &= TIOCM_DTR | TIOCM_RTS | TIOCM_OUT1 | in hci_uart_set_flow_control()
/linux-4.19.296/drivers/isdn/i4l/
Disdn_tty.c1363 | ((control & UART_MCR_DTR) ? TIOCM_DTR : 0) in isdn_tty_tiocmget()
1388 if (set & TIOCM_DTR) { in isdn_tty_tiocmset()
1395 if (clear & TIOCM_DTR) { in isdn_tty_tiocmset()
/linux-4.19.296/drivers/char/pcmcia/
Dsynclink_cs.c2125 ((info->serial_signals & SerialSignal_DTR) ? TIOCM_DTR:0) + in tiocmget()
2151 if (set & TIOCM_DTR) in tiocmset()
2155 if (clear & TIOCM_DTR) in tiocmset()