HUPCL             122 arch/sh/kernel/sh_bios.c 	int	cflag = CREAD | HUPCL | CLOCAL;
HUPCL              38 arch/um/drivers/slip_user.c 	tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             187 arch/xtensa/platforms/iss/console.c 		B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            2833 drivers/char/pcmcia/synclink_cs.c 	B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             369 drivers/ipack/devices/ipoctal.c 	tty->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            1284 drivers/isdn/capi/capi.c 	drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            1150 drivers/mmc/core/sdio_uart.c 	tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             297 drivers/staging/gdm724x/gdm_tty.c 		tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL;
HUPCL             991 drivers/staging/greybus/uart.c 		CREAD | HUPCL | CLOCAL;
HUPCL             586 drivers/staging/isdn/gigaset/interface.c 	tty->init_termios.c_cflag  = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL              50 drivers/staging/speakup/serialio.c 	int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8;
HUPCL            1640 drivers/tty/amiserial.c 		B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            4035 drivers/tty/cyclades.c 	    B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             182 drivers/tty/hvc/hvcs.c 	.c_cflag = B38400 | CS8 | CREAD | HUPCL,
HUPCL            1053 drivers/tty/hvc/hvsi.c 	hvsi_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
HUPCL             402 drivers/tty/hvc/hvsi_lib.c 		if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL))
HUPCL             583 drivers/tty/ipwireless/tty.c 	    B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            1651 drivers/tty/isicom.c 	isicom_normal->init_termios.c_cflag	= B9600 | CS8 | CREAD | HUPCL |
HUPCL             840 drivers/tty/moxa.c 		p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
HUPCL            1047 drivers/tty/moxa.c 	moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL;
HUPCL            2721 drivers/tty/mxser.c 	mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL;
HUPCL            1868 drivers/tty/nozomi.c 						HUPCL | CLOCAL;
HUPCL            2399 drivers/tty/rocket.c 	    B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             219 drivers/tty/serial/21285.c 	termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
HUPCL             284 drivers/tty/serial/jsm/jsm_tty.c 	if (channel->ch_c_cflag & HUPCL) {
HUPCL             512 drivers/tty/serial/lpc32xx_hs.c 	termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS);
HUPCL            1283 drivers/tty/serial/samsung.c 	termios->c_cflag &= ~(HUPCL | CMSPAR);
HUPCL            2076 drivers/tty/serial/serial_core.c 	termios.c_cflag |= CREAD | HUPCL | CLOCAL;
HUPCL            2547 drivers/tty/serial/serial_core.c 	normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             636 drivers/tty/serial/serial_txx9.c 	termios->c_cflag &= ~(HUPCL | CMSPAR);
HUPCL             118 drivers/tty/serial/suncore.c 	cflag = CREAD | HUPCL | CLOCAL;
HUPCL            1846 drivers/tty/synclink.c 	if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) {
HUPCL            4309 drivers/tty/synclink.c 		B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            2456 drivers/tty/synclink_gt.c  	if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) {
HUPCL            3774 drivers/tty/synclink_gt.c 		B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL            2683 drivers/tty/synclinkmp.c  	if (!info->port.tty || info->port.tty->termios.c_cflag & HUPCL) {
HUPCL            3972 drivers/tty/synclinkmp.c 		B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             124 drivers/tty/tty_io.c 	.c_cflag = B38400 | CS8 | CREAD | HUPCL,
HUPCL             277 drivers/tty/tty_ioctl.c 	new->c_cflag &= HUPCL | CREAD | CLOCAL;
HUPCL             278 drivers/tty/tty_ioctl.c 	new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL);
HUPCL             297 drivers/tty/tty_ioctl.c 	if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL))
HUPCL             109 drivers/tty/vcc.c 	.c_cflag = B38400 | CS8 | CREAD | HUPCL,
HUPCL            1998 drivers/usb/class/cdc-acm.c 								HUPCL | CLOCAL;
HUPCL            1421 drivers/usb/gadget/function/u_serial.c 			B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL             304 drivers/usb/host/xhci-dbgtty.c 			B9600 | CS8 | CREAD | HUPCL | CLOCAL;
HUPCL              62 drivers/usb/serial/console.c 	int cflag = CREAD | HUPCL | CLOCAL;
HUPCL            1233 drivers/usb/serial/usb-serial.c 							| HUPCL | CLOCAL;
HUPCL             166 include/linux/tty.h #define C_HUPCL(tty)	_C_FLAG((tty), HUPCL)
HUPCL            1140 net/bluetooth/rfcomm/tty.c 	rfcomm_tty_driver->init_termios.c_cflag	= B9600 | CS8 | CREAD | HUPCL;