| /linux-6.15/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 | moxa.c | 974 p->cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init_board() 1168 moxaDriver->init_termios.c_cflag = B9600 | CS8 | CREAD | CLOCAL | HUPCL; in moxa_init() 1381 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in moxa_set_termios()
|
| 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()
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
| /linux-6.15/arch/powerpc/include/uapi/asm/ |
| H A D | termbits.h | 131 #define CLOCAL 0x00008000 macro
|
| /linux-6.15/arch/parisc/include/uapi/asm/ |
| H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
| /linux-6.15/arch/mips/include/uapi/asm/ |
| H A D | termbits.h | 130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
|
| /linux-6.15/arch/alpha/include/uapi/asm/ |
| H A D | termbits.h | 141 #define CLOCAL 0x00008000 macro
|
| /linux-6.15/arch/sparc/include/uapi/asm/ |
| H A D | termbits.h | 125 #define CLOCAL 0x00000800 macro
|
| /linux-6.15/tools/arch/x86/dell-uart-backlight-emulator/ |
| H A D | dell-uart-backlight-emulator.c | 70 tty.c_cflag |= CLOCAL | CREAD; in main()
|
| /linux-6.15/arch/xtensa/platforms/iss/ |
| H A D | console.c | 125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
| /linux-6.15/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()
|
| /linux-6.15/drivers/usb/serial/ |
| H A D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
| /linux-6.15/arch/um/drivers/ |
| H A D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
| /linux-6.15/drivers/tty/serdev/ |
| H A D | serdev-ttyport.c | 128 ktermios.c_cflag |= CLOCAL; in ttyport_open()
|
| /linux-6.15/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-6.15/drivers/staging/greybus/ |
| H A D | uart.c | 499 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios() 967 CREAD | HUPCL | CLOCAL; in gb_tty_init()
|
| /linux-6.15/include/linux/ |
| H A D | tty.h | 95 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
| /linux-6.15/drivers/tty/ipwireless/ |
| H A D | tty.c | 580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-dbgtty.c | 621 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|