Searched refs:termios (Results 151 - 175 of 196) sorted by relevance

12345678

/linux-master/drivers/tty/serial/
H A Dsunsab.c775 static void sunsab_set_termios(struct uart_port *port, struct ktermios *termios, argument
781 unsigned int baud = uart_get_baud_rate(port, termios, old, 0, 4000000);
785 sunsab_convert_to_sab(up, termios->c_cflag, termios->c_iflag, baud, quot);
H A Dicom.c18 #include <linux/termios.h>
1341 static void icom_set_termios(struct uart_port *port, struct ktermios *termios, argument
1358 cflag = termios->c_cflag;
1359 iflag = termios->c_iflag;
1396 baud = uart_get_baud_rate(port, termios, old_termios,
H A Desp32_acm.c232 struct ktermios *termios,
231 esp32s3_acm_set_termios(struct uart_port *port, struct ktermios *termios, const struct ktermios *old) argument
/linux-master/tools/firewire/
H A Dnosy-dump.c19 #include <termios.h>
864 static struct termios saved_attributes;
875 struct termios tattr;
/linux-master/drivers/usb/serial/
H A Dpl2303.c803 if (old_termios && !pl2303_termios_change(&tty->termios, old_termios))
810 tty->termios = *old_termios;
816 buf[6] = tty_get_char_size(tty->termios.c_cflag);
979 /* Setup termios */
H A Dftdi_sio.c2361 port->tty->termios - this would lose speed settings, etc.
2603 /* old_termios contains the original termios settings and tty->termios contains
2614 struct ktermios *termios = &tty->termios; local
2621 if (priv->force_baud && ((termios->c_cflag & CBAUD) != B0)) {
2630 termios->c_cflag |= CRTSCTS;
2650 termios->c_cflag &= ~CSIZE;
2652 termios->c_cflag |= old_termios->c_cflag & CSIZE;
2654 termios
[all...]
H A Df81232.c620 if (old_termios && !tty_termios_hw_change(&tty->termios, old_termios))
651 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag));
708 /* Setup termios */
H A Dmxuport.c848 !tty_termios_hw_change(&tty->termios, old_termios) &&
849 tty->termios.c_iflag == old_termios->c_iflag) {
858 /* Set data bit of termios */
875 /* Set parity of termios */
892 /* Set stop bit of termios */
1208 /* Initial port termios */
H A Dti_usb_3410_5052.c681 ti_set_termios(tty, port, &tty->termios);
716 ti_set_termios(tty, port, &tty->termios);
933 tty->termios.c_cflag &= ~CMSPAR;
H A Dwhiteheat.c621 unsigned int cflag = tty->termios.c_cflag;
H A Dkeyspan_pda.c350 * HW flow control is dictated by the tty->termios.c_cflags & CRTSCTS
367 tty_termios_copy_hw(&tty->termios, old_termios);
H A Dio_ti.c1860 edge_set_termios(tty, port, &tty->termios);
2224 tty->termios = *old_termios;
2228 cflag = tty->termios.c_cflag;
2313 tty->termios.c_cflag &= ~CMSPAR;
H A Dkeyspan.c632 cflag = tty->termios.c_cflag;
653 tty->termios.c_cflag &= ~CMSPAR;
1547 cflag = tty->termios.c_cflag;
H A Dusb-serial.c205 * Initialise the termios structure for this tty. We use the default
230 init_termios = (driver->termios[idx] == NULL);
531 tty_termios_copy_hw(&tty->termios, old);
/linux-master/drivers/tty/serial/8250/
H A D8250_bcm7271.c775 struct ktermios *termios,
783 set_clock_mux(up, priv, tty_termios_baud_rate(termios));
784 serial8250_do_set_termios(up, termios, old);
774 brcmstb_set_termios(struct uart_port *up, struct ktermios *termios, const struct ktermios *old) argument
H A D8250_pci1xxxx.c258 struct ktermios *termios,
257 pci1xxxx_rs485_config(struct uart_port *port, struct ktermios *termios, struct serial_rs485 *rs485) argument
/linux-master/tools/perf/
H A Dbuiltin-top.c64 #include <termios.h>
497 struct termios save;
676 struct termios save;
H A Dbuiltin-kvm.c49 #include <termios.h>
1464 struct termios save;
/linux-master/drivers/tty/
H A Dmoxa.c669 tmp.cflag = ttyp->termios.c_cflag;
1483 moxa_set_tty_param(tty, &tty->termios);
1498 ch->cflag = tty->termios.c_cflag;
1768 register struct ktermios *ts = &tty->termios;
1786 /* Not put the baud rate into the termios data */
H A Dmxser.c581 cflag = tty->termios.c_cflag;
592 cval = UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag));
/linux-master/drivers/net/slip/
H A Dslhc.c66 #include <linux/termios.h>
/linux-master/arch/arm/mach-ep93xx/
H A Dcore.c26 #include <linux/termios.h>
/linux-master/net/rose/
H A Drose_route.c27 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
/linux-master/net/qrtr/
H A Daf_qrtr.c9 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c705 * by setting the termios. We also populate the driver_data field and install
861 struct ktermios *new = &tty->termios;
870 BT_DBG("tty %p termios %p", tty, old);

Completed in 304 milliseconds

12345678