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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dusb-serial.c1120 usb_serial_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dftdi_sio.c1159 if (c_cflag & HUPCL){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dcyclades.c1586 if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
1637 if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
4563 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Distallion.c176 .c_cflag = (B9600 | CS8 | CREAD | HUPCL | CLOCAL),
918 if (tty->termios->c_cflag & HUPCL) {
1876 if (tty->termios->c_cflag & HUPCL) {
H A Dstallion.c117 .c_cflag = (B9600 | CS8 | CREAD | HUPCL | CLOCAL),
918 if (tty->termios->c_cflag & HUPCL)
1433 if (tty->termios->c_cflag & HUPCL)
H A Disicom.c1011 HUPCL(Hangup on close) flag is set for the tty*/
1871 isicom_normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL |
H A Driscom8.c1595 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dsynclink_gt.c2449 if (!info->tty || info->tty->termios->c_cflag & HUPCL) {
3639 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Drocket.c2434 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dspecialix.c2337 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dtty_io.c115 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
H A Dsynclink.c1878 if (!info->tty || info->tty->termios->c_cflag & HUPCL) {
4408 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dsynclinkmp.c2786 if (!info->tty || info->tty->termios->c_cflag & HUPCL) {
4029 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c1228 tios.c_cflag |= CS8 | CREAD | HUPCL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dserial.c594 gs_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/drivers/isdn/i4l/
H A Disdn_tty.c1089 if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
1896 m->tty_modem->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/pcmcia/
H A Dsynclink_cs.c1421 if (!info->tty || info->tty->termios->c_cflag & HUPCL) {
3072 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c3375 if (!info->tty || (info->tty->termios->c_cflag & HUPCL)) {
3376 /* hang up DTR and RTS if HUPCL is enabled */
4845 B115200 | CS8 | CREAD | HUPCL | CLOCAL; /* is normally B9600 default... */
H A D68360serial.c2416 baud_idx | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dstrip.c2657 tty->termios->c_cflag &= ~HUPCL; /* Don't close on hup */

Completed in 406 milliseconds

1234