Searched refs:HUPCL (Results 51 - 75 of 95) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Depca.c555 If we're a modem control device and HUPCL is on, drop RTS & DTR.
558 if (tty->termios->c_cflag & HUPCL) {
1235 pc_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
1252 pc_info->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
1944 HUPCL bit is used by FEP to indicate fast baud
H A Dmoxa.c362 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
373 ch->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
1066 * If we're a modem control device and HUPCL is on, drop RTS & DTR.
1068 if (tp->termios->c_cflag & HUPCL)
H A Damiserial.c678 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
1984 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dhvcs.c198 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
H A Dhvsi.c1162 hvsi_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
H A Desp.c1032 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
2450 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dmxser.c726 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
2484 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
H A Dmxser_new.c891 if (!info->tty || (info->tty->termios->c_cflag & HUPCL))
2714 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
H A Dserial167.c798 if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
2123 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dsx.c1234 if (port->gs.tty && (port->gs.tty->termios->c_cflag & HUPCL)) {
2095 sx_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c682 ip2_tty_driver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
1595 if ( !tty || (tty->termios->c_cflag & HUPCL) ) {
1657 if ( (tty->termios->c_cflag & HUPCL) ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c915 tios.c_cflag |= CS8 | CREAD | HUPCL;
924 tios.c_cflag ^= (CLOCAL | HUPCL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c1743 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
1924 int cflag = CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dhdpu.c296 B9600 | CS8 | CREAD | HUPCL | CLOCAL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c970 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c1391 m68328_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL;
H A Dimx.c613 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
H A Dip22zilog.c1005 cflag = CREAD | HUPCL | CLOCAL;
H A Ds3c2410.c730 termios->c_cflag &= ~(HUPCL | CMSPAR);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/jsm/
H A Djsm_tty.c282 * If we have HUPCL set, lower DTR and RTS
284 if (channel->ch_c_cflag & HUPCL) {
286 "Close. HUPCL set, dropping DTR/RTS\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dpc300_tty.c227 serial_drv.init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c1069 rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c131 driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/capi/
H A Dcapi.c1371 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.c1239 acm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;

Completed in 390 milliseconds

1234