/linux-6.6.21/drivers/tty/ |
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()
|
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()
|
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()
|
/linux-6.6.21/arch/sh/kernel/ |
D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/linux-6.6.21/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 131 #define CLOCAL 0x00008000 macro
|
/linux-6.6.21/include/uapi/asm-generic/ |
D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux-6.6.21/arch/parisc/include/uapi/asm/ |
D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux-6.6.21/arch/alpha/include/uapi/asm/ |
D | termbits.h | 141 #define CLOCAL 0x00008000 macro
|
/linux-6.6.21/arch/mips/include/uapi/asm/ |
D | termbits.h | 130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
|
/linux-6.6.21/arch/sparc/include/uapi/asm/ |
D | termbits.h | 135 #define CLOCAL 0x00000800 macro
|
/linux-6.6.21/arch/xtensa/platforms/iss/ |
D | console.c | 125 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/linux-6.6.21/drivers/tty/serial/ |
D | suncore.c | 118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
D | 21285.c | 234 termios->c_cflag |= CLOCAL; in serial21285_set_termios()
|
D | lpc32xx_hs.c | 487 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
/linux-6.6.21/arch/um/drivers/ |
D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/linux-6.6.21/drivers/usb/serial/ |
D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
/linux-6.6.21/drivers/accessibility/speakup/ |
D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/linux-6.6.21/drivers/staging/gdm724x/ |
D | gdm_tty.c | 286 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
|
/linux-6.6.21/drivers/tty/serdev/ |
D | serdev-ttyport.c | 138 ktermios.c_cflag |= CLOCAL; in ttyport_open()
|
/linux-6.6.21/drivers/staging/greybus/ |
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()
|
/linux-6.6.21/drivers/mmc/core/ |
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()
|
/linux-6.6.21/include/linux/ |
D | tty.h | 96 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
D | serial_core.h | 1140 !((cflag) & CLOCAL))
|
/linux-6.6.21/drivers/tty/ipwireless/ |
D | tty.c | 580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/linux-6.6.21/drivers/usb/host/ |
D | xhci-dbgtty.c | 556 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|