tag | line | file | source code |
c_cflag | 61 | include/linux/termios.h | unsigned short c_cflag; /* control mode flags */ |
c_cflag | 71 | include/linux/termios.h | tcflag_t c_cflag; /* control mode flags */ |
c_cflag | 142 | include/linux/tty.h | #define C_SPEED(tty) ((tty)->termios.c_cflag & CBAUD) |
c_cflag | 119 | kernel/chr_drv/serial.c | if (!(info->tty->termios.c_cflag & CLOCAL)) { |
c_cflag | 123 | kernel/chr_drv/serial.c | if (info->tty->termios.c_cflag & CRTSCTS) |
c_cflag | 336 | kernel/chr_drv/serial.c | cflag = info->tty->termios.c_cflag; |
c_cflag | 125 | kernel/chr_drv/tty_ioctl.c | unsigned short old_cflag = tty->termios.c_cflag; |
c_cflag | 139 | kernel/chr_drv/tty_ioctl.c | if (IS_A_SERIAL(channel) && tty->termios.c_cflag != old_cflag) |
c_cflag | 152 | kernel/chr_drv/tty_ioctl.c | tmp_termio.c_cflag = tty->termios.c_cflag; |
c_cflag | 170 | kernel/chr_drv/tty_ioctl.c | unsigned short old_cflag = tty->termios.c_cflag; |
c_cflag | 184 | kernel/chr_drv/tty_ioctl.c | *(unsigned short *)&tty->termios.c_cflag = tmp_termio.c_cflag; |
c_cflag | 189 | kernel/chr_drv/tty_ioctl.c | if (IS_A_SERIAL(channel) && tty->termios.c_cflag != old_cflag) |