Home
last modified time | relevance | path

Searched refs:CLOCAL (Results 1 – 25 of 31) sorted by relevance

12

/linux/drivers/tty/
H A Dtty_ioctl.c235 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 Dmoxa.c969 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 Dsh_bios.c122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h131 #define CLOCAL 0x00008000 macro
/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h106 #define CLOCAL 0x00000800 macro
/linux/include/uapi/asm-generic/
H A Dtermbits.h106 #define CLOCAL 0x00000800 macro
/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h141 #define CLOCAL 0x00008000 macro
/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
/linux/tools/arch/x86/dell-uart-backlight-emulator/
H A Ddell-uart-backlight-emulator.c70 tty.c_cflag |= CLOCAL | CREAD; in main()
/linux/arch/xtensa/platforms/iss/
H A Dconsole.c125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
/linux/drivers/tty/serial/
H A Dsuncore.c118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
H A D21285.c234 termios->c_cflag |= CLOCAL; in serial21285_set_termios()
H A Dlpc32xx_hs.c482 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
H A Dtegra-utc.c302 termios->c_cflag |= CS8 | CLOCAL; in tegra_utc_set_termios()
H A Dsunsu.c1171 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 Dsunzilog.c1283 up->cflag = B1200 | CS8 | CLOCAL | CREAD; in sunzilog_init_kbdms()
1286 up->cflag = B4800 | CS8 | CLOCAL | CREAD; in sunzilog_init_kbdms()
H A Dserial_core.c227 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 Dconsole.c62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
/linux/drivers/accessibility/speakup/
H A Dserialio.c52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
/linux/drivers/mmc/core/
H A Dsdio_uart.c317 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 Duart.c499 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 Dtty.c580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
/linux/drivers/usb/host/
H A Dxhci-dbgtty.c643 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
/linux/drivers/tty/serial/jsm/
H A Djsm_tty.c666 if (ch->ch_c_cflag & CLOCAL) in jsm_carrier()
/linux/drivers/ipack/devices/
H A Dipoctal.c379 drv->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipoctal_inst_slot()

12