Home
last modified time | relevance | path

Searched refs:HUPCL (Results 1 – 25 of 43) sorted by relevance

12

/openbmc/linux/arch/sh/kernel/
H A Dsh_bios.c122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h130 #define HUPCL 0x00004000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h105 #define HUPCL 0x00000400 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h105 #define HUPCL 0x00000400 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h140 #define HUPCL 0x00004000 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h129 #define HUPCL 0x00000400 /* Hang up on last close */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h124 #define HUPCL 0x00000400 macro
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dconsole.c125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
/openbmc/linux/drivers/tty/serial/
H A Dsuncore.c118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
H A D21285.c233 termios->c_cflag &= ~(HUPCL | CRTSCTS | CMSPAR); in serial21285_set_termios()
H A Dlpc32xx_hs.c487 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
/openbmc/linux/arch/um/drivers/
H A Dslip_user.c38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
/openbmc/linux/drivers/usb/serial/
H A Dconsole.c62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c248 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw()
249 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw()
268 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change()
H A Dvcc.c101 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/openbmc/linux/drivers/accessibility/speakup/
H A Dserialio.c52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
/openbmc/linux/drivers/staging/gdm724x/
H A Dgdm_tty.c286 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
/openbmc/linux/drivers/tty/hvc/
H A Dhvsi_lib.c402 if (!pv->tty || (pv->tty->termios.c_cflag & HUPCL)) in hvsilib_close()
H A Dhvcs.c184 .c_cflag = B38400 | CS8 | CREAD | HUPCL,
/openbmc/linux/include/linux/
H A Dtty.h95 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL)
/openbmc/linux/drivers/tty/ipwireless/
H A Dtty.c580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci-dbgtty.c556 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
/openbmc/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c287 if (channel->ch_c_cflag & HUPCL) { in jsm_tty_close()
/openbmc/linux/drivers/ipack/devices/
H A Dipoctal.c381 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
/openbmc/linux/drivers/staging/greybus/
H A Duart.c965 CREAD | HUPCL | CLOCAL; in gb_tty_init()

12