Searched defs:old_termios (Results 26 - 50 of 54) sorted by relevance

123

/drivers/tty/serial/
H A Dicom.c1104 struct ktermios *old_termios)
1157 baud = uart_get_baud_rate(port, termios, old_termios,
1102 icom_set_termios(struct uart_port *port, struct ktermios *termios, struct ktermios *old_termios) argument
H A Dsb1250-duart.c543 struct ktermios *old_termios)
587 baud = uart_get_baud_rate(uport, termios, old_termios, 1200, 5000000);
542 sbd_set_termios(struct uart_port *uport, struct ktermios *termios, struct ktermios *old_termios) argument
H A Dzs.c852 struct ktermios *old_termios)
914 baud = uart_get_baud_rate(uport, termios, old_termios, 0,
851 zs_set_termios(struct uart_port *uport, struct ktermios *termios, struct ktermios *old_termios) argument
H A Dioc3_serial.c951 * @old_termios: old termios settings
955 struct ktermios *new_termios, struct ktermios *old_termios)
992 baud = uart_get_baud_rate(the_port, new_termios, old_termios,
1856 struct ktermios *termios, struct ktermios *old_termios)
1861 ioc3_change_speed(the_port, termios, old_termios);
954 ioc3_change_speed(struct uart_port *the_port, struct ktermios *new_termios, struct ktermios *old_termios) argument
1855 ic3_set_termios(struct uart_port *the_port, struct ktermios *termios, struct ktermios *old_termios) argument
H A Dserial_core.c55 struct ktermios *old_termios);
444 struct ktermios *old_termios)
457 uport->ops->set_termios(uport, termios, old_termios);
1251 struct ktermios *old_termios)
1266 tty->termios.c_cc[VSTART] != old_termios->c_cc[VSTART] ||
1267 tty->termios.c_cc[VSTOP] != old_termios->c_cc[VSTOP];
1276 if ((cflag ^ old_termios->c_cflag) == 0 &&
1277 tty->termios.c_ospeed == old_termios->c_ospeed &&
1278 tty->termios.c_ispeed == old_termios->c_ispeed &&
1279 ((tty->termios.c_iflag ^ old_termios
443 uart_change_speed(struct tty_struct *tty, struct uart_state *state, struct ktermios *old_termios) argument
1250 uart_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
[all...]
H A Dcrisv10.c3610 rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
3617 if ((old_termios->c_cflag & CRTSCTS) &&
/drivers/usb/serial/
H A Dftdi_sio.c2143 /* old_termios contains the original termios settings and tty->termios contains
2145 * WARNING: set_termios calls this with old_termios in kernel space
2148 struct usb_serial_port *port, struct ktermios *old_termios)
2194 if (old_termios)
2195 termios->c_cflag |= old_termios->c_cflag & CSIZE;
2202 if (!old_termios)
2205 if (old_termios->c_cflag == termios->c_cflag
2206 && old_termios->c_ispeed == termios->c_ispeed
2207 && old_termios->c_ospeed == termios->c_ospeed)
2214 if ((old_termios
2147 ftdi_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
[all...]
H A Diuu_phoenix.c888 struct usb_serial_port *port, struct ktermios *old_termios)
931 if (old_termios)
932 tty_termios_copy_hw(&tty->termios, old_termios);
887 iuu_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dquatech2.c267 struct ktermios *old_termios)
265 qt2_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dspcp8x5.c289 struct usb_serial_port *port, struct ktermios *old_termios)
302 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
308 if (old_termios && (old_termios->c_cflag & CBAUD) == B0) {
310 if (!(old_termios->c_cflag & CRTSCTS))
288 spcp8x5_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dti_usb_3410_5052.c105 struct usb_serial_port *port, struct ktermios *old_termios);
702 struct usb_serial_port *port, struct ktermios *old_termios)
717 old_termios->c_cflag, old_termios->c_iflag);
701 ti_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Ddigi_acceleport.c223 struct usb_serial_port *port, struct ktermios *old_termios);
674 struct usb_serial_port *port, struct ktermios *old_termios)
680 unsigned int old_iflag = old_termios->c_iflag;
681 unsigned int old_cflag = old_termios->c_cflag;
694 if (baud != tty_termios_baud_rate(old_termios)) {
673 digi_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dio_edgeport.c207 struct ktermios *old_termios);
240 struct ktermios *old_termios);
1454 struct usb_serial_port *port, struct ktermios *old_termios)
1461 dev_dbg(&port->dev, "%s - old clfag %08x old iflag %08x\n", __func__, old_termios->c_cflag, old_termios->c_iflag);
1472 change_port_settings(tty, edge_port, old_termios);
2380 struct edgeport_port *edge_port, struct ktermios *old_termios)
2539 baud = tty_termios_baud_rate(old_termios);
1453 edge_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
2379 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) argument
H A Dio_ti.c205 struct usb_serial_port *port, struct ktermios *old_termios);
2102 struct edgeport_port *edge_port, struct ktermios *old_termios)
2113 tty->termios = *old_termios;
2240 struct usb_serial_port *port, struct ktermios *old_termios)
2250 old_termios->c_cflag, old_termios->c_iflag);
2255 change_port_settings(tty, edge_port, old_termios);
2101 change_port_settings(struct tty_struct *tty, struct edgeport_port *edge_port, struct ktermios *old_termios) argument
2239 edge_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dkeyspan.c148 struct usb_serial_port *port, struct ktermios *old_termios)
170 baud_rate = tty_termios_baud_rate(old_termios);
147 keyspan_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dmos7720.c1515 struct ktermios *old_termios)
1672 struct usb_serial_port *port, struct ktermios *old_termios)
1699 old_termios->c_cflag, RELEVANT_IFLAG(old_termios->c_iflag));
1702 change_port_settings(tty, mos7720_port, old_termios);
1513 change_port_settings(struct tty_struct *tty, struct moschip_port *mos7720_port, struct ktermios *old_termios) argument
1671 mos7720_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dmos7840.c1100 /* mos7840_change_port_settings(mos7840_port,old_termios); */
1763 struct moschip_port *mos7840_port, struct ktermios *old_termios)
1926 struct ktermios *old_termios)
1958 old_termios->c_cflag, RELEVANT_IFLAG(old_termios->c_iflag));
1962 mos7840_change_port_settings(tty, mos7840_port, old_termios);
1762 mos7840_change_port_settings(struct tty_struct *tty, struct moschip_port *mos7840_port, struct ktermios *old_termios) argument
1924 mos7840_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
H A Dmxuport.c774 struct ktermios *old_termios,
815 if (!old_termios ||
816 C_CRTSCTS(tty) != (old_termios->c_cflag & CRTSCTS)) {
824 if (old_termios && (old_termios->c_cflag & CBAUD) == B0) {
848 struct ktermios *old_termios)
858 if (old_termios &&
859 !tty_termios_hw_change(&tty->termios, old_termios) &&
860 tty->termios.c_iflag == old_termios->c_iflag) {
919 err = mxuport_set_termios_flow(tty, old_termios, por
773 mxuport_set_termios_flow(struct tty_struct *tty, struct ktermios *old_termios, struct usb_serial_port *port, struct usb_serial *serial) argument
846 mxuport_set_termios(struct tty_struct *tty, struct usb_serial_port *port, struct ktermios *old_termios) argument
[all...]
/drivers/isdn/i4l/
H A Disdn_tty.c1458 isdn_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1462 if (!old_termios)
1465 if (tty->termios.c_cflag == old_termios->c_cflag &&
1466 tty->termios.c_ispeed == old_termios->c_ispeed &&
1467 tty->termios.c_ospeed == old_termios->c_ospeed)
/drivers/tty/
H A Dmoxa.c1320 struct ktermios *old_termios)
1326 moxa_set_tty_param(tty, old_termios);
1327 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
1479 static void moxa_set_tty_param(struct tty_struct *tty, struct ktermios *old_termios) argument
1500 baud = tty_termios_baud_rate(old_termios);
1319 moxa_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Drocket.c706 struct ktermios *old_termios)
750 if ((divisor >= 8192 || divisor < 0) && old_termios) {
751 baud = tty_termios_baud_rate(old_termios);
1073 struct ktermios *old_termios)
1089 ((cflag & ~CSIZE) | (old_termios->c_cflag & CSIZE));
1093 configure_r_port(tty, info, old_termios);
1098 if ((old_termios->c_cflag & CBAUD) && !(tty->termios.c_cflag & CBAUD)) {
1104 if (!(old_termios->c_cflag & CBAUD) && (tty->termios.c_cflag & CBAUD)) {
1109 if ((old_termios->c_cflag & CRTSCTS) && !(tty->termios.c_cflag & CRTSCTS))
705 configure_r_port(struct tty_struct *tty, struct r_port *info, struct ktermios *old_termios) argument
1072 rp_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
H A Dcyclades.c2797 static void cy_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
2807 if ((old_termios->c_cflag & CRTSCTS) &&
2819 if (!(old_termios->c_cflag & CLOCAL) &&
H A Dmxser.c639 struct ktermios *old_termios)
1943 static void mxser_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
1949 mxser_change_speed(tty, old_termios);
1952 if ((old_termios->c_cflag & CRTSCTS) &&
1959 if ((old_termios->c_iflag & IXON) &&
638 mxser_change_speed(struct tty_struct *tty, struct ktermios *old_termios) argument
/drivers/staging/dgap/
H A Ddgap.c125 struct ktermios *old_termios);
3335 struct ktermios *old_termios)
3334 dgap_tty_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
/drivers/char/pcmcia/
H A Dsynclink_cs.c2291 static void mgslpc_set_termios(struct tty_struct *tty, struct ktermios *old_termios) argument
2301 if ((tty->termios.c_cflag == old_termios->c_cflag)
2303 == RELEVANT_IFLAG(old_termios->c_iflag)))
2309 if (old_termios->c_cflag & CBAUD &&
2318 if (!(old_termios->c_cflag & CBAUD) &&
2331 if (old_termios->c_cflag & CRTSCTS &&

Completed in 462 milliseconds

123