Searched refs:old_termios (Results 26 - 50 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmoxa.c1310 struct ktermios *old_termios)
1316 moxa_set_tty_param(tty, old_termios);
1317 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
1472 static void moxa_set_tty_param(struct tty_struct *tty, struct ktermios *old_termios) argument
1493 baud = tty_termios_baud_rate(old_termios);
1309 moxa_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Disicom.c1193 struct ktermios *old_termios)
1201 if (tty->termios->c_cflag == old_termios->c_cflag &&
1202 tty->termios->c_iflag == old_termios->c_iflag)
1209 if ((old_termios->c_cflag & CRTSCTS) &&
1192 isicom_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Dserial167.c1508 static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1516 if (tty->termios->c_cflag == old_termios->c_cflag)
1520 if ((old_termios->c_cflag & CRTSCTS) &&
1526 if (!(old_termios->c_cflag & CLOCAL) &&
H A Dmxser.c635 struct ktermios *old_termios)
1924 static void mxser_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1930 mxser_change_speed(tty, old_termios);
1933 if ((old_termios->c_cflag & CRTSCTS) &&
1940 if ((old_termios->c_iflag & IXON) &&
634 mxser_change_speed(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Dpty.c231 struct ktermios *old_termios)
230 pty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Depca.c2206 static void pc_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
2223 if ((old_termios->c_cflag & CRTSCTS) &&
2227 if (!(old_termios->c_cflag & CLOCAL) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_ti.c233 struct usb_serial_port *port, struct ktermios *old_termios);
2281 struct edgeport_port *edge_port, struct ktermios *old_termios)
2294 *tty->termios = *old_termios;
2425 struct usb_serial_port *port, struct ktermios *old_termios)
2435 old_termios->c_cflag, old_termios->c_iflag);
2441 change_port_settings(tty, edge_port, old_termios);
2280 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) argument
2424 edge_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Diuu_phoenix.c957 struct usb_serial_port *port, struct ktermios *old_termios)
1000 if (old_termios)
1001 tty_termios_copy_hw(tty->termios, old_termios);
956 iuu_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dti_usb_3410_5052.c112 struct usb_serial_port *port, struct ktermios *old_termios);
845 struct usb_serial_port *port, struct ktermios *old_termios)
862 old_termios->c_cflag, old_termios->c_iflag);
844 ti_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dsierra.c385 struct usb_serial_port *port, struct ktermios *old_termios)
388 tty_termios_copy_hw(tty->termios, old_termios);
384 sierra_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dmos7840.c1137 /* mos7840_change_port_settings(mos7840_port,old_termios); */
1912 struct moschip_port *mos7840_port, struct ktermios *old_termios)
2088 struct ktermios *old_termios)
2124 old_termios->c_cflag, RELEVANT_IFLAG(old_termios->c_iflag));
2129 mos7840_change_port_settings(tty, mos7840_port, old_termios);
1911 mos7840_change_port_settings(struct tty_struct *tty, struct moschip_port *mos7840_port, struct ktermios *old_termios) argument
2086 mos7840_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dark3116.c228 struct ktermios *old_termios)
226 ark3116_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dch341.c355 struct usb_serial_port *port, struct ktermios *old_termios)
354 ch341_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dcypress_m8.c156 cypress_set_termios old_termios */
967 struct usb_serial_port *port, struct ktermios *old_termios)
1012 if (old_termios) {
966 cypress_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dftdi_sio.c1964 /* old_termios contains the original termios settings and tty->termios contains
1966 * WARNING: set_termios calls this with old_termios in kernel space
1969 struct usb_serial_port *port, struct ktermios *old_termios)
2065 if (!old_termios || (old_termios->c_cflag & CBAUD) == B0)
1968 ftdi_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/quatech_usb2/
H A Dquatech_usb2.c954 struct usb_serial_port *port, struct ktermios *old_termios)
968 if (old_termios && !tty_termios_hw_change(old_termios, tty->termios))
953 qt2_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c945 * @old_termios: old termios settings
949 struct ktermios *new_termios, struct ktermios *old_termios)
986 baud = uart_get_baud_rate(the_port, new_termios, old_termios,
1852 struct ktermios *termios, struct ktermios *old_termios)
1857 ioc3_change_speed(the_port, termios, old_termios);
948 ioc3_change_speed(struct uart_port *the_port, struct ktermios *new_termios, struct ktermios *old_termios) argument
1851 ic3_set_termios(struct uart_port *the_port, struct ktermios *termios, struct ktermios *old_termios) argument
H A D68328serial.c1001 static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1007 if ((old_termios->c_cflag & CRTSCTS) &&
H A Dsb1250-duart.c528 struct ktermios *old_termios)
572 baud = uart_get_baud_rate(uport, termios, old_termios, 1200, 5000000);
527 sbd_set_termios(struct uart_port *uport, struct ktermios *termios, struct ktermios *old_termios) argument
H A D68360serial.c1461 static void rs_360_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1469 if ((old_termios->c_cflag & CBAUD) &&
1478 if (!(old_termios->c_cflag & CBAUD) &&
1491 if ((old_termios->c_cflag & CRTSCTS) &&
H A Dioc4_serial.c1680 * @old_termios: old termios settings
1684 struct ktermios *new_termios, struct ktermios *old_termios)
1728 baud = uart_get_baud_rate(the_port, new_termios, old_termios,
2575 struct ktermios *termios, struct ktermios *old_termios)
2580 ioc4_change_speed(the_port, termios, old_termios);
1683 ioc4_change_speed(struct uart_port *the_port, struct ktermios *new_termios, struct ktermios *old_termios) argument
2574 ic4_set_termios(struct uart_port *the_port, struct ktermios *termios, struct ktermios *old_termios) argument
H A Dzs.c851 struct ktermios *old_termios)
913 baud = uart_get_baud_rate(uport, termios, old_termios, 0,
850 zs_set_termios(struct uart_port *uport, struct ktermios *termios, struct ktermios *old_termios) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/hp/sim/
H A Dsimserial.c455 static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
458 if ((old_termios->c_cflag & CRTSCTS) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_tty.c1459 isdn_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1463 if (!old_termios)
1466 if (tty->termios->c_cflag == old_termios->c_cflag &&
1467 tty->termios->c_ispeed == old_termios->c_ispeed &&
1468 tty->termios->c_ospeed == old_termios->c_ospeed)
1471 if ((old_termios->c_cflag & CRTSCTS) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/
H A Dsynclink_cs.c2316 static void mgslpc_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
2326 if ((tty->termios->c_cflag == old_termios->c_cflag)
2328 == RELEVANT_IFLAG(old_termios->c_iflag)))
2334 if (old_termios->c_cflag & CBAUD &&
2343 if (!(old_termios->c_cflag & CBAUD) &&
2356 if (old_termios->c_cflag & CRTSCTS &&

Completed in 625 milliseconds

123