/Linux-v5.10/arch/sh/kernel/ |
D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/Linux-v5.10/arch/xtensa/include/uapi/asm/ |
D | termbits.h | 158 #define HUPCL 0002000 macro
|
/Linux-v5.10/arch/ia64/include/uapi/asm/ |
D | termbits.h | 150 #define HUPCL 0002000 macro
|
/Linux-v5.10/arch/parisc/include/uapi/asm/ |
D | termbits.h | 142 #define HUPCL 0002000 macro
|
/Linux-v5.10/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 171 #define HUPCL 00040000 macro
|
/Linux-v5.10/include/uapi/asm-generic/ |
D | termbits.h | 141 #define HUPCL 0002000 macro
|
/Linux-v5.10/arch/mips/include/uapi/asm/ |
D | termbits.h | 165 #define HUPCL 0002000 /* Hang up on last close. */ macro
|
/Linux-v5.10/arch/alpha/include/uapi/asm/ |
D | termbits.h | 180 #define HUPCL 00040000 macro
|
/Linux-v5.10/arch/xtensa/platforms/iss/ |
D | console.c | 187 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/Linux-v5.10/arch/sparc/include/uapi/asm/ |
D | termbits.h | 173 #define HUPCL 0x00000400 macro
|
/Linux-v5.10/drivers/tty/serial/ |
D | suncore.c | 118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
D | 21285.c | 254 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
|
D | lpc32xx_hs.c | 511 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
/Linux-v5.10/drivers/tty/ |
D | tty_ioctl.c | 277 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw() 278 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw() 297 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change()
|
D | vcc.c | 109 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
|
/Linux-v5.10/arch/um/drivers/ |
D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/Linux-v5.10/drivers/usb/serial/ |
D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/Linux-v5.10/drivers/staging/gdm724x/ |
D | gdm_tty.c | 297 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
|
/Linux-v5.10/drivers/tty/hvc/ |
D | hvsi_lib.c | 402 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL)) in hvsilib_close()
|
/Linux-v5.10/drivers/usb/host/ |
D | xhci-dbgtty.c | 535 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|
/Linux-v5.10/drivers/tty/ipwireless/ |
D | tty.c | 583 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/Linux-v5.10/drivers/ipack/devices/ |
D | ipoctal.c | 369 tty->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
|
/Linux-v5.10/drivers/tty/serial/jsm/ |
D | jsm_tty.c | 284 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close()
|
/Linux-v5.10/include/linux/ |
D | tty.h | 166 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
|