Searched refs:CLOCAL (Results 26 - 50 of 101) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dconsole.c62 int cflag = CREAD | HUPCL | CLOCAL;
H A Dcypress_m8.c1033 CLOCAL;
1037 CLOCAL;
1041 CLOCAL;
1358 if (tty && !(tty->termios->c_cflag & CLOCAL) &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c205 | ((opt & OPT_L_local) ? CLOCAL : 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drio_linux.c599 tty->termios->c_cflag = (tty->termios->c_cflag & ~CLOCAL) | (ival ? CLOCAL : 0);
769 rio_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
780 rio_driver2->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Drioparam.c334 if (TtyP->termios->c_cflag & CLOCAL) {
H A Driotty.c300 if ((PortP->gs.tty->termios->c_cflag & CLOCAL) || (PortP->ModemState & MSVR1_CD)) {
/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/drivers/serial/
H A D68328serial.c1013 ((tty->termios->c_cflag & ~CLOCAL) |
1014 (arg ? CLOCAL : 0));
1203 if (tty->termios->c_cflag & CLOCAL)
1391 m68328_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL;
H A Dmcfserial.c677 if (cflag & CLOCAL)
1067 ((tty->termios->c_cflag & ~CLOCAL) |
1068 (arg ? CLOCAL : 0));
1343 if (tty->termios->c_cflag & CLOCAL)
1724 mcfrs_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dlk201.c68 .cflags = B4800 | CS8 | CSTOPB | CLOCAL,
H A Dzs.c827 if (!(cflag & CLOCAL)) {
1424 if (tty->termios->c_cflag & CLOCAL)
1743 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
1924 int cflag = CREAD | HUPCL | CLOCAL;
2176 .cflags = B38400 | CS8 | CLOCAL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dtermbits.h160 #define CLOCAL 0x00000800 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtermbits.h161 #define CLOCAL 0x00000800 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty_ioctl.c102 if (cflag & CLOCAL)
/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 Depca.c909 if (tty->termios->c_cflag & CLOCAL)
1235 pc_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
1969 There are two additional differences. The Linux value for CLOCAL
1974 returning. Since CLOCAL isn't used by the board this can be
2033 If the user has not forced CLOCAL and if the device is not a
2034 CALLOUT device (Which is always CLOCAL) we set flags such that
2037 if (ts->c_cflag & CLOCAL)
2061 if ((ts->c_cflag & CLOCAL) || (ch->digiext.digi_flags & DIGI_FORCEDCD))
2398 ((tty->termios->c_cflag & ~CLOCAL) |
2399 (value ? CLOCAL
[all...]
H A Dser_a2232.c390 if (cflag & CLOCAL)
684 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dmoxa.c362 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
373 ch->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
773 tty->termios->c_cflag = ((tty->termios->c_cflag & ~CLOCAL) |
774 (arg ? CLOCAL : 0));
813 if (!(old_termios->c_cflag & CLOCAL) &&
814 (tty->termios->c_cflag & CLOCAL))
920 if (ts->c_cflag & CLOCAL)
H A Dserial167.c957 if (cflag & CLOCAL)
1594 ((tty->termios->c_cflag & ~CLOCAL) | (val ? CLOCAL : 0));
1631 if (!(old_termios->c_cflag & CLOCAL) &&
1632 (tty->termios->c_cflag & CLOCAL))
2123 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dsx.c1004 c_cflag & CLOCAL)) {
1016 if (!(port->gs.tty->termios->c_cflag & CLOCAL)){
1639 rc = put_user(((tty->termios->c_cflag & CLOCAL) ? 1 : 0),
1645 (tty->termios->c_cflag & ~CLOCAL) |
1646 (ival ? CLOCAL : 0);
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/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/include/linux/
H A Dserial_core.h543 !((cflag) & CLOCAL))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c64 // DCD was not reported when CLOCAL was set on call to TIOCMGET
682 ip2_tty_driver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
1342 if (pCh->pTTY && (!(pCh->pTTY->termios->c_cflag & CLOCAL)) ) {
1457 if ( tty->termios->c_cflag & CLOCAL )
2174 tty->termios->c_cflag = ((tty->termios->c_cflag & ~CLOCAL)
2175 | (arg ? CLOCAL : 0));
2662 if (cflag & CLOCAL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c841 if (cflag & CLOCAL)
1563 if (tty->termios->c_cflag & CLOCAL)
1748 siccnormal_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
1861 u_int cflag = CREAD | HUPCL | CLOCAL;

Completed in 4330 milliseconds

12345