Searched refs:HUPCL (Results 1 – 25 of 41) sorted by relevance
12
122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
130 #define HUPCL 0x00004000 macro
105 #define HUPCL 0x00000400 macro
140 #define HUPCL 0x00004000 macro
129 #define HUPCL 0x00000400 /* Hang up on last close */ macro
124 #define HUPCL 0x00000400 macro
125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
239 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw()240 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw()260 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change()
101 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
287 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
404 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL)) in hvsilib_close()
184 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
94 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
589 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
287 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close()
379 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
965 CREAD | HUPCL | CLOCAL; in gb_tty_init()
Completed in 46 milliseconds