Searched refs:HUPCL (Results 1 - 25 of 41) 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.h130 #define HUPCL 0x00004000 macro
/linux-master/drivers/tty/serial/
H A Dsuncore.c118 cflag = CREAD | HUPCL | CLOCAL;
H A D21285.c233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR);
H A Dlpc32xx_hs.c482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS);
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermbits.h134 #define HUPCL 0x00000400 macro
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermbits.h140 #define HUPCL 0x00004000 macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dtermbits.h105 #define HUPCL 0x00000400 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dtermbits.h129 #define HUPCL 0x00000400 /* Hang up on last close */ macro
/linux-master/include/uapi/asm-generic/
H A Dtermbits.h105 #define HUPCL 0x00000400 macro
/linux-master/arch/xtensa/platforms/iss/
H A Dconsole.c125 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/hvc/
H A Dhvsi_lib.c404 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL))
H A Dhvsi.c1053 driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL;
H A Dhvcs.c184 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/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))
H A Dvcc.c101 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/linux-master/drivers/tty/ipwireless/
H A Dtty.c580 B9600 | CS8 | CREAD | HUPCL | CLOCAL;
/linux-master/include/linux/
H A Dtty.h94 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
/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.c285 * If we have HUPCL set, lower DTR and RTS
287 if (channel->ch_c_cflag & HUPCL) {
289 "Close. HUPCL set, dropping DTR/RTS\n");
/linux-master/drivers/staging/greybus/
H A Duart.c965 CREAD | HUPCL | CLOCAL;

Completed in 198 milliseconds

12