/linux/drivers/tty/ |
H A D | tty_ioctl.c | 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() 745 tcflag_t bit = enable ? CLOCAL : 0; in tty_change_softcar() 749 tty->termios.c_cflag &= ~CLOCAL; in tty_change_softcar() 884 ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0, in tty_mode_ioctl()
|
H A D | amiserial.c | 640 tty_port_set_check_carrier(port, ~cflag & CLOCAL); in change_speed() 641 if (~cflag & CLOCAL) in change_speed() 1209 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in rs_set_termios() 1505 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in amiga_serial_probe()
|
H A D | mxser.c | 637 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in mxser_change_speed() 638 if (~cflag & CLOCAL) in mxser_change_speed() 1902 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; in mxser_module_init()
|
H A D | moxa.c | 1140 p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init_board() 1347 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init() 1613 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in moxa_set_termios()
|
/linux/arch/sh/kernel/ |
H A D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 131 #define CLOCAL 0x00008000 macro
|
/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 141 #define CLOCAL 0x00008000 macro
|
/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
|
/linux/tools/arch/x86/dell-uart-backlight-emulator/ |
H A D | dell-uart-backlight-emulator.c | 70 tty.c_cflag |= CLOCAL | CREAD; in main()
|
/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 | 21285.c | 234 termios->c_cflag |= CLOCAL; in serial21285_set_termios()
|
H A D | lpc32xx_hs.c | 482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
H A D | sunsu.c | 1195 up->cflag = B1200 | CS8 | CLOCAL | CREAD; in sunsu_kbd_ms_init() 1198 up->cflag = B4800 | CS8 | CLOCAL | CREAD; in sunsu_kbd_ms_init()
|
/linux/arch/um/drivers/ |
H A D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/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/serdev/ |
H A D | serdev-ttyport.c | 136 ktermios.c_cflag |= CLOCAL; in ttyport_open()
|
/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 317 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed() 1132 tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL; in sdio_uart_init()
|
/linux/include/linux/ |
H A D | tty.h | 95 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 589 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|
/linux/drivers/tty/serial/jsm/ |
H A D | jsm_tty.c | 665 if (ch->ch_c_cflag & CLOCAL) in jsm_carrier()
|