Symbol: CLOCAL
arch/sh/kernel/sh_bios.c
122
int cflag = CREAD | HUPCL | CLOCAL;
arch/xtensa/platforms/iss/console.c
125
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/accessibility/speakup/serialio.c
52
int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8;
drivers/ipack/devices/ipoctal.c
379
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/isdn/capi/capi.c
1281
drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/mmc/core/sdio_uart.c
1132
tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/mmc/core/sdio_uart.c
317
if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL))
drivers/staging/greybus/uart.c
499
gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0);
drivers/staging/greybus/uart.c
966
CREAD | HUPCL | CLOCAL;
drivers/tty/amiserial.c
1209
if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
drivers/tty/amiserial.c
1505
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/amiserial.c
640
tty_port_set_check_carrier(port, ~cflag & CLOCAL);
drivers/tty/amiserial.c
641
if (~cflag & CLOCAL)
drivers/tty/ipwireless/tty.c
580
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/mips_ejtag_fdc.c
937
driver->init_termios.c_cflag |= CLOCAL;
drivers/tty/moxa.c
1163
moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
drivers/tty/moxa.c
1363
if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
drivers/tty/moxa.c
969
p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
drivers/tty/mxser.c
1849
mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
drivers/tty/mxser.c
632
tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL);
drivers/tty/mxser.c
633
if (~cflag & CLOCAL)
drivers/tty/nozomi.c
1820
HUPCL | CLOCAL;
drivers/tty/serdev/serdev-ttyport.c
128
ktermios.c_cflag |= CLOCAL;
drivers/tty/serial/21285.c
234
termios->c_cflag |= CLOCAL;
drivers/tty/serial/amba-pl011.c
2241
termios->c_cflag |= CS8 | CLOCAL;
drivers/tty/serial/jsm/jsm_tty.c
666
if (ch->ch_c_cflag & CLOCAL)
drivers/tty/serial/lpc32xx_hs.c
482
termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS);
drivers/tty/serial/men_z135_uart.c
688
termios->c_cflag &= ~CLOCAL;
drivers/tty/serial/rp2.c
624
__rp2_uart_set_termios(up, CS8 | CREAD | CLOCAL, 0, DEFAULT_BAUD_DIV);
drivers/tty/serial/samsung_tty.c
1488
termios->c_cflag |= CLOCAL;
drivers/tty/serial/serial_core.c
2211
termios.c_cflag |= CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_core.c
227
if (termios->c_cflag & CLOCAL)
drivers/tty/serial/serial_core.c
2742
normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_txx9.c
585
termios->c_cflag |= CLOCAL;
drivers/tty/serial/suncore.c
118
cflag = CREAD | HUPCL | CLOCAL;
drivers/tty/serial/sunsu.c
1171
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunsu.c
1174
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunzilog.c
1283
up->cflag = B1200 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/sunzilog.c
1286
up->cflag = B4800 | CS8 | CLOCAL | CREAD;
drivers/tty/serial/tegra-utc.c
302
termios->c_cflag |= CS8 | CLOCAL;
drivers/tty/serial/zs.c
942
if (!(termios->c_cflag & CLOCAL)) {
drivers/tty/synclink_gt.c
2484
tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL);
drivers/tty/synclink_gt.c
3690
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/tty_ioctl.c
235
new->c_cflag &= HUPCL | CREAD | CLOCAL;
drivers/tty/tty_ioctl.c
236
new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL);
drivers/tty/tty_ioctl.c
256
if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL))
drivers/tty/tty_ioctl.c
741
tcflag_t bit = enable ? CLOCAL : 0;
drivers/tty/tty_ioctl.c
745
tty->termios.c_cflag &= ~CLOCAL;
drivers/tty/tty_ioctl.c
880
ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0,
drivers/usb/class/cdc-acm.c
1107
acm->clocal = ((termios->c_cflag & CLOCAL) != 0);
drivers/usb/class/cdc-acm.c
2108
HUPCL | CLOCAL;
drivers/usb/gadget/function/u_serial.c
1569
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/usb/host/xhci-dbgtty.c
643
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/usb/serial/console.c
62
int cflag = CREAD | HUPCL | CLOCAL;
drivers/usb/serial/iuu_phoenix.c
950
tty->termios.c_cflag = B9600 | CS8 | CSTOPB | CREAD | PARENB | CLOCAL;
drivers/usb/serial/usb-serial.c
1338
| HUPCL | CLOCAL;
include/linux/serial_core.h
1306
!((cflag) & CLOCAL))
include/linux/tty.h
95
#define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
tools/arch/x86/dell-uart-backlight-emulator/dell-uart-backlight-emulator.c
70
tty.c_cflag |= CLOCAL | CREAD;