Searched refs:CLOCAL (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/arch/sh/kernel/
H A Dsh_bios.c122 int cflag = CREAD | HUPCL | CLOCAL;
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermbits.h131 #define CLOCAL 0x00008000 macro
/linux-master/drivers/tty/serial/
H A Dsuncore.c118 cflag = CREAD | HUPCL | CLOCAL;
H A D21285.c234 termios->c_cflag |= CLOCAL;
H A Dmen_z135_uart.c694 termios->c_cflag &= ~CLOCAL;
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h135 #define CLOCAL 0x00000800 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h141 #define CLOCAL 0x00008000 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h106 #define CLOCAL 0x00000800 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h106 #define CLOCAL 0x00000800 macro
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c125 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/drivers/tty/
H A Dtty_ioctl.c239 new->c_cflag &= HUPCL | CREAD | CLOCAL;
240 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL);
260 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL))
732 * @enable: enable/disable %CLOCAL
734 * Perform a change to the %CLOCAL state and call into the driver layer to make
745 tcflag_t bit = enable ? CLOCAL : 0;
749 tty->termios.c_cflag &= ~CLOCAL;
884 ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0,
H A Damiserial.c640 tty_port_set_check_carrier(port, ~cflag & CLOCAL);
641 if (~cflag & CLOCAL)
1205 * sample the CLOCAL flag once, and don't recheck it.
1209 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
1505 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
H A Dmxser.c640 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL);
641 if (~cflag & CLOCAL)
1907 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
/linux-master/arch/um/drivers/
H A Dslip_user.c38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/drivers/accessibility/speakup/
H A Dserialio.c52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8;
/linux-master/drivers/usb/serial/
H A Dconsole.c62 int cflag = CREAD | HUPCL | CLOCAL;
/linux-master/drivers/staging/gdm724x/
H A Dgdm_tty.c287 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL;
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c136 ktermios.c_cflag |= CLOCAL;
/linux-master/drivers/tty/ipwireless/
H A Dtty.c580 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/include/linux/
H A Dtty.h95 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
/linux-master/drivers/staging/greybus/
H A Duart.c499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0);
965 CREAD | HUPCL | CLOCAL;
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c317 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL))
1132 tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/drivers/usb/host/
H A Dxhci-dbgtty.c556 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/drivers/tty/serial/jsm/
H A Djsm_tty.c665 if (ch->ch_c_cflag & CLOCAL)

Completed in 420 milliseconds

12