/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 248 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() 750 tcflag_t bit = enable ? CLOCAL : 0; in tty_change_softcar() 754 tty->termios.c_cflag &= ~CLOCAL; in tty_change_softcar() 890 ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0, in tty_mode_ioctl()
|
H A D | amiserial.c | 642 tty_port_set_check_carrier(port, ~cflag & CLOCAL); in change_speed() 643 if (~cflag & CLOCAL) in change_speed() 1211 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in rs_set_termios() 1507 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in amiga_serial_probe()
|
H A D | mxser.c | 640 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in mxser_change_speed() 641 if (~cflag & CLOCAL) in mxser_change_speed() 1907 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; in mxser_module_init()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 131 #define CLOCAL 0x00008000 macro
|
/openbmc/linux/arch/sh/kernel/ |
H A D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 141 #define CLOCAL 0x00008000 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 125 #define CLOCAL 0x00000800 macro
|
/openbmc/linux/arch/xtensa/platforms/iss/ |
H A D | console.c | 125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | suncore.c | 118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
H A D | 21285.c | 234 termios->c_cflag |= CLOCAL; in serial21285_set_termios()
|
/openbmc/linux/arch/um/drivers/ |
H A D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_tty.c | 286 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
|
/openbmc/linux/drivers/tty/serdev/ |
H A D | serdev-ttyport.c | 138 ktermios.c_cflag |= CLOCAL; in ttyport_open()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios() 965 CREAD | HUPCL | CLOCAL; in gb_tty_init()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 319 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed() 1136 tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL; in sdio_uart_init()
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 96 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
/openbmc/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 589 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 262 tio.c_cflag = CREAD|CLOCAL|CS8; in kwboot_open_tty()
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 212 ti.c_cflag |= (CLOCAL | CREAD); in ipmi_serial_term_open()
|