Searched refs:ctrlout (Results 1 – 6 of 6) sorted by relevance
60 u8 ctrlout; /* output control lines */ member488 u8 newctrl = gb_tty->ctrlout; in gb_tty_set_termios()523 if (newctrl != gb_tty->ctrlout) { in gb_tty_set_termios()524 gb_tty->ctrlout = newctrl; in gb_tty_set_termios()543 return (gb_tty->ctrlout & GB_UART_CTRL_DTR ? TIOCM_DTR : 0) | in gb_tty_tiocmget()544 (gb_tty->ctrlout & GB_UART_CTRL_RTS ? TIOCM_RTS : 0) | in gb_tty_tiocmget()555 u8 newctrl = gb_tty->ctrlout; in gb_tty_tiocmset()563 if (gb_tty->ctrlout == newctrl) in gb_tty_tiocmset()566 gb_tty->ctrlout = newctrl; in gb_tty_tiocmset()584 gb_tty->ctrlout &= ~GB_UART_CTRL_RTS; in gb_tty_throttle()[all …]
666 acm->ctrlout = val; in acm_port_dtr_rts()910 return (acm->ctrlout & ACM_CTRL_DTR ? TIOCM_DTR : 0) | in acm_tty_tiocmget()911 (acm->ctrlout & ACM_CTRL_RTS ? TIOCM_RTS : 0) | in acm_tty_tiocmget()924 newctrl = acm->ctrlout; in acm_tty_tiocmset()932 if (acm->ctrlout == newctrl) in acm_tty_tiocmset()934 return acm_set_control(acm, acm->ctrlout = newctrl); in acm_tty_tiocmset()1061 int newctrl = acm->ctrlout; in acm_tty_set_termios()1093 if (newctrl != acm->ctrlout) in acm_tty_set_termios()1094 acm_set_control(acm, acm->ctrlout = newctrl); in acm_tty_set_termios()
119 unsigned int ctrlout; /* output control lines (DTR, RTS) */ member
624 xr_usb_serial->ctrlout = XR_USB_SERIAL_CTRL_DTR | XR_USB_SERIAL_CTRL_RTS; in xr_usb_serial_port_activate()625 if (xr_usb_serial_set_control(xr_usb_serial, xr_usb_serial->ctrlout) < 0 && in xr_usb_serial_port_activate()647 xr_usb_serial->ctrlout = 0; in xr_usb_serial_port_activate()648 xr_usb_serial_set_control(xr_usb_serial, xr_usb_serial->ctrlout); in xr_usb_serial_port_activate()687 xr_usb_serial_set_control(xr_usb_serial, xr_usb_serial->ctrlout = 0); in xr_usb_serial_port_shutdown()1112 int newctrl = xr_usb_serial->ctrlout; in xr_usb_serial_tty_set_termios()1145 if (newctrl != xr_usb_serial->ctrlout) in xr_usb_serial_tty_set_termios()1146 xr_usb_serial_set_control(xr_usb_serial, xr_usb_serial->ctrlout = newctrl); in xr_usb_serial_tty_set_termios()1707 xr_usb_serial_set_control(xr_usb_serial, xr_usb_serial->ctrlout); in xr_usb_serial_probe()
138 unsigned int ctrlout; /* output control lines (DTR, RTS) */ member
684 newctrl = xr_usb_serial->ctrlout; in xr_usb_serial_tiocmset()692 if (xr_usb_serial->ctrlout == newctrl) in xr_usb_serial_tiocmset()695 xr_usb_serial->ctrlout = newctrl; in xr_usb_serial_tiocmset()