Searched refs:HUPCL (Results 26 - 50 of 95) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c204 state.c_cflag = CS8 | HUPCL | CREAD
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dslip_user.c38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/platform-iss/
H A Dconsole.c228 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermbits.h159 #define HUPCL 0x00000400 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermbits.h160 #define HUPCL 0x00000400 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dinit.c72 tty.c_cflag |= CREAD|HUPCL|CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.c269 if (port->gs.tty && port->gs.tty->termios->c_cflag & HUPCL) {
684 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dvme_scc.c154 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
642 if (port->gs.tty && port->gs.tty->termios->c_cflag & HUPCL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Ddebugport.c354 B115200 | CS8 | CREAD | HUPCL | CLOCAL; /* is normally B9600 default... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dcypress_m8.c727 if (c_cflag & HUPCL) {
1032 tty->termios->c_cflag = B4800 | CS8 | CREAD | HUPCL |
1036 tty->termios->c_cflag = B9600 | CS8 | CREAD | HUPCL |
1040 tty->termios->c_cflag = B9600 | CS8 | CREAD | HUPCL |
H A Dark3116.c184 | CREAD | HUPCL | CLOCAL;
H A Dpl2303.c481 HUPCL | CLOCAL;
679 if (c_cflag & HUPCL) {
H A Dkeyspan_pda.c704 if (port->tty->termios->c_cflag & HUPCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioparam.c318 if (TtyP->termios->c_cflag & HUPCL) {
H A Drio_linux.c769 rio_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
780 rio_driver2->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Ddebugport.c542 B115200 | CS8 | CREAD | HUPCL | CLOCAL; /* is normally B9600 default... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D21285.c226 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
H A Dserial_core.c228 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
1874 termios.c_cflag = CREAD | HUPCL | CLOCAL;
2186 normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dmcfserial.c574 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
1724 mcfrs_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h159 #define C_HUPCL(tty) _C_FLAG((tty),HUPCL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dstty.c182 MI_ENTRY("hupcl", control, REV, HUPCL, 0 ),
183 MI_ENTRY("hup", control, REV | OMIT, HUPCL, 0 ),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c740 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
1748 siccnormal_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
1861 u_int cflag = CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dinterface.c668 tty->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c221 tty.c_cflag |= CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c341 tp->c_cflag = CS8 | HUPCL | CREAD | speed;

Completed in 311 milliseconds

1234