| /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() 741 tcflag_t bit = enable ? CLOCAL : 0; in tty_change_softcar() 745 tty->termios.c_cflag &= ~CLOCAL; in tty_change_softcar() 880 ret = put_user((kterm.c_cflag & CLOCAL) ? 1 : 0, in tty_mode_ioctl()
|
| H A D | moxa.c | 969 p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init_board() 1163 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init() 1363 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 | tegra-utc.c | 302 termios->c_cflag |= CS8 | CLOCAL; in tegra_utc_set_termios()
|
| H A D | sunsu.c | 1171 up->cflag = B1200 | CS8 | CLOCAL | CREAD; in sunsu_kbd_ms_init() 1174 up->cflag = B4800 | CS8 | CLOCAL | CREAD; in sunsu_kbd_ms_init()
|
| H A D | sunzilog.c | 1283 up->cflag = B1200 | CS8 | CLOCAL | CREAD; in sunzilog_init_kbdms() 1286 up->cflag = B4800 | CS8 | CLOCAL | CREAD; in sunzilog_init_kbdms()
|
| H A D | serial_core.c | 227 if (termios->c_cflag & CLOCAL) in uart_change_line_settings() 2211 termios.c_cflag |= CREAD | HUPCL | CLOCAL; in uart_set_options() 2742 normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in uart_register_driver()
|
| /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/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/drivers/staging/greybus/ |
| H A D | uart.c | 499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios() 966 CREAD | HUPCL | CLOCAL; in gb_tty_init()
|
| /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 | 643 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|
| /linux/drivers/tty/serial/jsm/ |
| H A D | jsm_tty.c | 666 if (ch->ch_c_cflag & CLOCAL) in jsm_carrier()
|
| /linux/drivers/ipack/devices/ |
| H A D | ipoctal.c | 379 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()
|