/linux-2.4.37.9/drivers/char/ |
D | serial_tx3912.c | 495 rc = put_user((tty->termios->c_cflag & CLOCAL) ? 1 : 0, in rs_ioctl() 503 (tty->termios->c_cflag & ~CLOCAL) | in rs_ioctl() 504 (ival ? CLOCAL : 0); in rs_ioctl() 645 rs_driver.init_termios.c_cflag = B115200 | CS8 | CREAD | HUPCL | CLOCAL; in tx3912_rs_init()
|
D | dz.c | 991 tty->termios->c_cflag = ((tty->termios->c_cflag & ~CLOCAL) | in dz_ioctl() 992 (arg ? CLOCAL : 0)); in dz_ioctl() 1197 if (info->normal_termios.c_cflag & CLOCAL) in block_til_ready() 1200 if (tty->termios->c_cflag & CLOCAL) in block_til_ready() 1326 CLOCAL; in dz_init() 1492 int cflag = CREAD | HUPCL | CLOCAL; in dz_console_setup()
|
D | sh-sci.c | 609 if (cflag & CLOCAL) in sci_set_termios_cflag() 1249 rc = put_user(((tty->termios->c_cflag & CLOCAL) ? 1 : 0), in sci_ioctl() 1255 (tty->termios->c_cflag & ~CLOCAL) | in sci_ioctl() 1256 (ival ? CLOCAL : 0); in sci_ioctl() 1377 B9600 | CS8 | CREAD | HUPCL | CLOCAL | CRTSCTS; in sci_init_drivers() 1576 int cflag = CREAD | HUPCL | CLOCAL; in serial_console_setup() 1693 int cflag = CREAD | HUPCL | CLOCAL; in kgdb_sci_setup()
|
D | pcxx.c | 345 if (info->normal_termios.c_cflag & CLOCAL) in pcxx_waitcarrier() 348 if (tty->termios->c_cflag & CLOCAL) in pcxx_waitcarrier() 1249 pcxe_callout.init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in pcxe_init() 1877 res |= cflag & (CBAUD | PARODD | PARENB | CSTOPB | CSIZE | CLOCAL); in termios2digi_c() 1943 if(cflag & CLOCAL) in pcxxparam() 1960 if((ts->c_cflag & CLOCAL) || (ch->digiext.digi_flags & DIGI_FORCEDCD)) in pcxxparam() 2133 tty->termios->c_cflag = ((tty->termios->c_cflag & ~CLOCAL) | (value ? CLOCAL : 0)); in pcxe_ioctl() 2334 if(!(old_termios->c_cflag & CLOCAL) && in pcxe_set_termios() 2335 (tty->termios->c_cflag & CLOCAL)) in pcxe_set_termios()
|
D | serial_21285.c | 309 rs285_driver.init_termios.c_cflag = baud | CS8 | CREAD | HUPCL | CLOCAL; in rs285_init() 402 int cflag = CREAD | HUPCL | CLOCAL; in rs285_console_setup()
|
D | serial_amba.c | 773 if (cflag & CLOCAL) in ambauart_change_speed() 811 !(cflag & CLOCAL)) in ambauart_change_speed() 1372 if (!(old_termios->c_cflag & CLOCAL) && in ambauart_set_termios() 1373 (tty->termios->c_cflag & CLOCAL)) in ambauart_set_termios() 1594 if (state->normal_termios.c_cflag & CLOCAL) in block_til_ready() 1597 if (tty->termios->c_cflag & CLOCAL) in block_til_ready() 1779 ambanormal_driver.init_termios.c_cflag = B38400 | CS8 | CREAD | HUPCL | CLOCAL; in ambauart_init() 1928 u_int cflag = CREAD | HUPCL | CLOCAL; in ambauart_console_setup()
|
D | README.epca | 285 2. In previous betas the cud device was set to CLOCAL 287 set to ~CLOCAL. This has been fixed in this driver. 288 Now ttyD is CLOCAL and cud is ~CLOCAL. The fix 346 4. Made changes to the disposition of CLOCAL on 348 device types now have CLOCAL active at default. 366 CLOCAL. Digi hardware does not use this value 368 value out. This driver checks for CLOCAL using
|
/linux-2.4.37.9/Documentation/ |
D | digiepca.txt | 14 will have their device nodes automatically constructed (cud?? for ~CLOCAL, 15 and ttyD?? for CLOCAL). Users wishing to boot their board from the LILO
|
/linux-2.4.37.9/include/asm-cris/ |
D | termbits.h | 118 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | termbits.h | 127 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | termbits.h | 156 #define CLOCAL 00100000 macro
|
/linux-2.4.37.9/include/asm-s390x/ |
D | termbits.h | 126 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | termbits.h | 118 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | termbits.h | 152 #define CLOCAL 00100000 macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | termbits.h | 116 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | termbits.h | 146 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | termbits.h | 119 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | termbits.h | 118 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | termbits.h | 126 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | termbits.h | 118 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | termbits.h | 129 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | termbits.h | 119 #define CLOCAL 0004000 macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | termbits.h | 148 #define CLOCAL 00100000 macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | termbits.h | 148 #define CLOCAL 0004000 /* Ignore modem status lines. */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | termbits.h | 147 #define CLOCAL 0x00000800 macro
|