/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 130 #define HUPCL 0x00004000 macro
|
/linux/arch/sh/kernel/ |
H A D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 105 #define HUPCL 0x00000400 macro
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 105 #define HUPCL 0x00000400 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 129 #define HUPCL 0x00000400 /* Hang up on last close */ macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 140 #define HUPCL 0x00004000 macro
|
/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/linux/drivers/tty/serial/ |
H A D | suncore.c | 118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
H A D | serial_txx9.c | 584 termios->c_cflag &= ~(HUPCL | CMSPAR); in serial_txx9_set_termios()
|
H A D | serial_core.c | 2256 termios.c_cflag |= CREAD | HUPCL | CLOCAL; in uart_set_options() 2792 normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in uart_register_driver()
|
/linux/drivers/tty/ |
H A D | tty_ioctl.c | 235 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw() 236 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw() 256 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change()
|
H A D | vcc.c | 101 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
|
H A D | moxa.c | 974 p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init_board() 1168 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init()
|
H A D | amiserial.c | 1505 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in amiga_serial_probe()
|
/linux/drivers/usb/serial/ |
H A D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
/linux/drivers/accessibility/speakup/ |
H A D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/linux/drivers/tty/hvc/ |
H A D | hvsi_lib.c | 404 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL)) in hvsilib_close()
|
H A D | hvsi.c | 1053 driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL; in hvsi_init()
|
/linux/include/linux/ |
H A D | tty.h | 94 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 622 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 285 * If we have HUPCL set, lower DTR and RTS in jsm_tty_close() 287 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close() 289 "Close. HUPCL set, dropping DTR/RTS\n"); in jsm_tty_close()
|
/linux/drivers/ipack/devices/ |
H A D | ipoctal.c | 379 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
|
/linux/drivers/staging/greybus/ |
H A D | uart.c | 962 CREAD | HUPCL | CLOCAL; in gb_tty_init()
|
/linux/net/bluetooth/rfcomm/ |
H A D | tty.c | 1135 rfcomm_tty_driver->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL; in rfcomm_init_ttys()
|
/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 1569 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in userial_init()
|