Searched defs:old_termios (Results 1 - 25 of 54) sorted by relevance

123

/drivers/usb/serial/
H A Dir-usb.c57 struct usb_serial_port *port, struct ktermios *old_termios);
318 struct usb_serial_port *port, struct ktermios *old_termios)
373 tty_termios_copy_hw(&tty->termios, old_termios);
317 ir_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dbelkin_sa.c282 struct usb_serial_port *port, struct ktermios *old_termios)
308 old_iflag = old_termios->c_iflag;
309 old_cflag = old_termios->c_cflag;
281 belkin_sa_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Df81232.c168 struct usb_serial_port *port, struct ktermios *old_termios)
173 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
177 if (old_termios)
178 tty_termios_copy_hw(&tty->termios, old_termios);
167 f81232_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dkl5kusb105.c399 struct ktermios *old_termios)
404 unsigned int old_iflag = old_termios->c_iflag;
406 unsigned int old_cflag = old_termios->c_cflag;
397 klsi_105_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dmct_u232.c591 struct ktermios *old_termios)
597 unsigned int old_cflag = old_termios->c_cflag;
589 mct_u232_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dark3116.c219 struct ktermios *old_termios)
217 ark3116_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dch341.c344 struct usb_serial_port *port, struct ktermios *old_termios)
343 ch341_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dkeyspan_pda.c306 struct usb_serial_port *port, struct ktermios *old_termios)
337 speed = tty_termios_baud_rate(old_termios);
341 tty_termios_copy_hw(&tty->termios, old_termios);
305 keyspan_pda_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dcp210x.c641 struct usb_serial_port *port, struct ktermios *old_termios)
658 if (old_termios)
659 baud = old_termios->c_ospeed;
668 struct usb_serial_port *port, struct ktermios *old_termios)
676 old_cflag = old_termios->c_cflag;
678 if (tty->termios.c_ospeed != old_termios->c_ospeed)
679 cp210x_change_speed(tty, port, old_termios);
640 cp210x_change_speed(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
667 cp210x_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dcypress_m8.c117 cypress_set_termios old_termios */
866 struct usb_serial_port *port, struct ktermios *old_termios)
910 if (old_termios) {
865 cypress_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Doti6858.c403 struct usb_serial_port *port, struct ktermios *old_termios)
402 oti6858_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dpl2303.c462 struct usb_serial_port *port, struct ktermios *old_termios)
472 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
478 if (old_termios)
479 tty->termios = *old_termios;
559 * actually used (and stored in old_termios).
564 if (!old_termios || memcmp(buf, priv->line_settings, 7)) {
575 else if (old_termios && (old_termios->c_cflag & CBAUD) == B0)
461 pl2303_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dssu100.c202 struct ktermios *old_termios)
200 ssu100_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dwhiteheat.c478 struct usb_serial_port *port, struct ktermios *old_termios)
477 whiteheat_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
/drivers/net/irda/
H A Dirtty-sir.c118 struct ktermios old_termios; local
127 old_termios = tty->termios;
131 tty->ops->set_termios(tty, &old_termios);
280 struct ktermios old_termios; local
284 old_termios = tty->termios;
294 tty->ops->set_termios(tty, &old_termios);
/drivers/tty/serial/jsm/
H A Djsm_tty.c307 struct ktermios *old_termios)
305 jsm_tty_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old_termios) argument
/drivers/tty/
H A Dpty.c263 struct ktermios *old_termios)
262 pty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Dtty_ioctl.c536 struct ktermios old_termios; local
548 old_termios = tty->termios;
550 unset_locked_termios(&tty->termios, &old_termios, &tty->termios_locked);
554 int extproc = (old_termios.c_lflag & EXTPROC) |
556 int old_flow = ((old_termios.c_iflag & IXON) &&
557 (old_termios.c_cc[VSTOP] == '\023') &&
558 (old_termios.c_cc[VSTART] == '\021'));
579 (*tty->ops->set_termios)(tty, &old_termios);
581 tty_termios_copy_hw(&tty->termios, &old_termios);
586 (ld->ops->set_termios)(tty, &old_termios);
[all...]
H A Damiserial.c659 struct ktermios *old_termios)
702 if (!quot && old_termios) {
705 tty->termios.c_cflag |= (old_termios->c_cflag & CBAUD);
1333 static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1339 change_speed(tty, info, old_termios);
1342 if ((old_termios->c_cflag & CBAUD) &&
1351 if (!(old_termios->c_cflag & CBAUD) &&
1364 if ((old_termios->c_cflag & CRTSCTS) &&
1377 if (!(old_termios->c_cflag & CLOCAL) &&
658 change_speed(struct tty_struct *tty, struct serial_state *info, struct ktermios *old_termios) argument
H A Disicom.c1191 struct ktermios *old_termios)
1199 if (tty->termios.c_cflag == old_termios->c_cflag &&
1200 tty->termios.c_iflag == old_termios->c_iflag)
1207 if ((old_termios->c_cflag & CRTSCTS) &&
1190 isicom_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
/drivers/ipack/devices/
H A Dipoctal.c481 struct ktermios *old_termios)
480 ipoctal_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
/drivers/tty/serial/
H A Ddz.c565 struct ktermios *old_termios)
596 baud = uart_get_baud_rate(uport, termios, old_termios, 50, 9600);
599 baud = uart_get_baud_rate(uport, old_termios, NULL, 50, 9600);
564 dz_set_termios(struct uart_port *uport, struct ktermios *termios, struct ktermios *old_termios) argument
H A D68328serial.c972 static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
978 if ((old_termios->c_cflag & CRTSCTS) &&
/drivers/mmc/card/
H A Dsdio_uart.c881 struct ktermios *old_termios)
889 sdio_uart_change_speed(port, &tty->termios, old_termios);
892 if ((old_termios->c_cflag & CBAUD) && !(cflag & CBAUD))
896 if (!(old_termios->c_cflag & CBAUD) && (cflag & CBAUD)) {
904 if ((old_termios->c_cflag & CRTSCTS) && !(cflag & CRTSCTS)) {
910 if (!(old_termios->c_cflag & CRTSCTS) && (cflag & CRTSCTS)) {
880 sdio_uart_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
/drivers/staging/dgnc/
H A Ddgnc_tty.c130 static void dgnc_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios);
2509 static void dgnc_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument

Completed in 402 milliseconds

123