Symbol: HUPCL
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/staging/greybus/uart.c
966
CREAD | HUPCL | CLOCAL;
drivers/tty/amiserial.c
1505
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/hvc/hvcs.c
184
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
drivers/tty/hvc/hvsi.c
1053
driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
drivers/tty/hvc/hvsi_lib.c
404
if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL))
drivers/tty/ipwireless/tty.c
580
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/moxa.c
1163
moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
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/nozomi.c
1820
HUPCL | CLOCAL;
drivers/tty/serial/21285.c
233
termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
drivers/tty/serial/jsm/jsm_tty.c
287
if (channel->ch_c_cflag & HUPCL) {
drivers/tty/serial/lpc32xx_hs.c
482
termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS);
drivers/tty/serial/samsung_tty.c
1487
termios->c_cflag &= ~(HUPCL | CMSPAR);
drivers/tty/serial/serial_core.c
2211
termios.c_cflag |= CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_core.c
2742
normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/serial/serial_txx9.c
584
termios->c_cflag &= ~(HUPCL | CMSPAR);
drivers/tty/serial/suncore.c
118
cflag = CREAD | HUPCL | CLOCAL;
drivers/tty/synclink_gt.c
2391
if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) {
drivers/tty/synclink_gt.c
3690
B9600 | CS8 | CREAD | HUPCL | CLOCAL;
drivers/tty/tty_io.c
127
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
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/vcc.c
101
.c_cflag = B38400 | CS8 | CREAD | HUPCL,
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/usb-serial.c
1338
| HUPCL | CLOCAL;
include/linux/tty.h
94
#define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
net/bluetooth/rfcomm/tty.c
1131
rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;