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

12345678

/linux-master/net/ieee802154/
H A Dsocket.c17 #include <linux/termios.h> /* For TIOCOUTQ/INQ */
/linux-master/drivers/usb/serial/
H A Doti6858.c409 cflag = tty->termios.c_cflag;
549 /* setup termios */
H A Dio_edgeport.c1441 * the termios structure
1804 in sync with any further termios calls */
1808 edge_port, &tty->termios);
2352 cflag = tty->termios.c_cflag;
H A Dmos7720.c1387 cflag = tty->termios.c_cflag;
1495 * termios structure.
H A Df81534.c977 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag));
H A Dmos7840.c1208 cflag = tty->termios.c_cflag;
1330 * the termios structure
/linux-master/net/netrom/
H A Dnr_route.c27 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
H A Daf_netrom.c32 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
/linux-master/drivers/tty/serial/
H A Dar933x_uart.c581 static int ar933x_config_rs485(struct uart_port *port, struct ktermios *termios, argument
/linux-master/drivers/tty/
H A Dn_gsm.c308 int old_c_iflag; /* termios c_iflag value before attach */
3573 gsm->old_c_iflag = tty->termios.c_iflag;
3574 tty->termios.c_iflag &= (IXON | IXOFF);
3589 gsm->tty->termios.c_iflag = gsm->old_c_iflag;
4505 tty_termios_copy_hw(&tty->termios, old);
H A Dsynclink_gt.c69 #include <linux/termios.h>
2390 if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) {
2431 (info->port.tty && info->port.tty->termios.c_cflag & CREAD))
2449 cflag = info->port.tty->termios.c_cflag;
H A Dn_tty.c1130 * a variety of events depending upon the termios settings.
1779 * n_tty_set_termios - termios data changed
1783 * Called by the tty layer when the user changes termios flags so that the line
1794 if (!old || (old->c_lflag ^ tty->termios.c_lflag) & (ICANON | EXTPROC)) {
1868 /* The termios change make the tty ready for I/O */
1996 * Note: When termios is changed from non-canonical to canonical mode and the
2336 * other write callers but not to termios changes, reads and other such events.
/linux-master/net/appletalk/
H A Dddp.c52 #include <linux/termios.h> /* For TIOCOUTQ/INQ */
/linux-master/net/x25/
H A Daf_x25.c51 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
/linux-master/net/ax25/
H A Daf_ax25.c34 #include <linux/termios.h> /* For TIOCINQ/OUTQ */
/linux-master/net/rose/
H A Daf_rose.c36 #include <linux/termios.h>
/linux-master/drivers/tty/vt/
H A Dvt.c1126 * the caller passes a tty structure then update the termios winsize
1129 * Locking: Caller must hold the console semaphore. Takes the termios rwsem and
3543 tty->termios.c_iflag |= IUTF8;
3545 tty->termios.c_iflag &= ~IUTF8;
/linux-master/net/netlink/
H A Daf_netlink.c36 #include <linux/termios.h>
/linux-master/net/
H A Dsocket.c106 #include <linux/termios.h>
/linux-master/drivers/tty/serial/8250/
H A D8250_pci.c1614 static int pci_fintek_rs485_config(struct uart_port *port, struct ktermios *termios, argument
/linux-master/net/unix/
H A Daf_unix.c93 #include <linux/termios.h>

Completed in 518 milliseconds

12345678