tag | line | file | source code |
HUPCL | 1340 | drivers/char/cyclades.c | if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) { |
HUPCL | 2793 | drivers/char/cyclades.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 203 | drivers/char/istallion.c | (B9600 | CS8 | CREAD | HUPCL | CLOCAL), |
HUPCL | 927 | drivers/char/istallion.c | if (tty->termios->c_cflag & HUPCL) { |
HUPCL | 2100 | drivers/char/istallion.c | if (tty->termios->c_cflag & HUPCL) { |
HUPCL | 442 | drivers/char/pcxx.c | if(tty->termios->c_cflag & HUPCL) { |
HUPCL | 1028 | drivers/char/pcxx.c | pcxe_driver.init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; |
HUPCL | 1056 | drivers/char/pcxx.c | pcxe_callout.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL; |
HUPCL | 1744 | drivers/char/riscom8.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 2680 | drivers/char/scc.c | scc_driver.init_termios.c_cflag = B9600 | CREAD | CS8 | HUPCL | CLOCAL; |
HUPCL | 1139 | drivers/char/serial.c | if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) { |
HUPCL | 2731 | drivers/char/serial.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 172 | drivers/char/stallion.c | (B9600 | CS8 | CREAD | HUPCL | CLOCAL), |
HUPCL | 795 | drivers/char/stallion.c | if (tty->termios->c_cflag & HUPCL) |
HUPCL | 1408 | drivers/char/stallion.c | if (tty->termios->c_cflag & HUPCL) |
HUPCL | 346 | drivers/isdn/isdn_tty.c | if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) { |
HUPCL | 1147 | drivers/isdn/isdn_tty.c | m->tty_modem.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 1341 | drivers/net/strip.c | tty->termios->c_cflag &= ~HUPCL; /* Don't close on hup */ |
HUPCL | 1932 | drivers/sbus/char/sunserial.c | B9600 | CS8 | CREAD | HUPCL | CLOCAL; |
HUPCL | 170 | include/linux/tty.h | #define C_HUPCL(tty) _C_FLAG((tty),HUPCL) |