tag | line | file | source code |
---|---|---|---|
old_cflag | 125 | kernel/chr_drv/tty_ioctl.c | unsigned short old_cflag = tty->termios.c_cflag; |
old_cflag | 139 | kernel/chr_drv/tty_ioctl.c | if (IS_A_SERIAL(channel) && tty->termios.c_cflag != old_cflag) |
old_cflag | 170 | kernel/chr_drv/tty_ioctl.c | unsigned short old_cflag = tty->termios.c_cflag; |
old_cflag | 189 | kernel/chr_drv/tty_ioctl.c | if (IS_A_SERIAL(channel) && tty->termios.c_cflag != old_cflag) |