/linux-6.1.9/drivers/tty/ |
D | tty_ioctl.c | 257 new->c_cflag &= HUPCL | CREAD | CLOCAL; in tty_termios_copy_hw() 258 new->c_cflag |= old->c_cflag & ~(HUPCL | CREAD | CLOCAL); in tty_termios_copy_hw() 277 if ((a->c_cflag ^ b->c_cflag) & ~(HUPCL | CREAD | CLOCAL)) in tty_termios_hw_change() 737 int bit = arg ? CLOCAL : 0; in tty_change_softcar() 742 tty->termios.c_cflag &= ~CLOCAL; in tty_change_softcar() 878 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 | 639 tty_port_set_check_carrier(&info->port, ~cflag & CLOCAL); in mxser_change_speed() 640 if (~cflag & CLOCAL) in mxser_change_speed() 1906 mxvar_sdriver->init_termios.c_cflag = B9600|CS8|CREAD|HUPCL|CLOCAL; in mxser_module_init()
|
/linux-6.1.9/arch/sh/kernel/ |
D | sh_bios.c | 122 int cflag = CREAD | HUPCL | CLOCAL; in sh_console_setup()
|
/linux-6.1.9/arch/powerpc/include/uapi/asm/ |
D | termbits.h | 131 #define CLOCAL 0x00008000 macro
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux-6.1.9/arch/parisc/include/uapi/asm/ |
D | termbits.h | 106 #define CLOCAL 0x00000800 macro
|
/linux-6.1.9/arch/mips/include/uapi/asm/ |
D | termbits.h | 130 #define CLOCAL 0x00000800 /* Ignore modem status lines */ macro
|
/linux-6.1.9/arch/alpha/include/uapi/asm/ |
D | termbits.h | 141 #define CLOCAL 0x00008000 macro
|
/linux-6.1.9/arch/sparc/include/uapi/asm/ |
D | termbits.h | 135 #define CLOCAL 0x00000800 macro
|
/linux-6.1.9/arch/xtensa/platforms/iss/ |
D | console.c | 150 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in rs_init()
|
/linux-6.1.9/drivers/tty/serial/ |
D | suncore.c | 118 cflag = CREAD | HUPCL | CLOCAL; in sunserial_console_termios()
|
D | 21285.c | 255 termios->c_cflag |= CLOCAL; in serial21285_set_termios()
|
D | lpc32xx_hs.c | 512 termios->c_cflag &= ~(HUPCL | CMSPAR | CLOCAL | CRTSCTS); in serial_lpc32xx_set_termios()
|
/linux-6.1.9/arch/um/drivers/ |
D | slip_user.c | 38 tios.c_cflag = CS8 | CREAD | HUPCL | CLOCAL; in set_up_tty()
|
/linux-6.1.9/drivers/usb/serial/ |
D | console.c | 62 int cflag = CREAD | HUPCL | CLOCAL; in usb_console_setup()
|
/linux-6.1.9/drivers/accessibility/speakup/ |
D | serialio.c | 52 int cflag = CREAD | HUPCL | CLOCAL | B9600 | CS8; in spk_serial_init()
|
/linux-6.1.9/drivers/staging/gdm724x/ |
D | gdm_tty.c | 290 tty_driver->init_termios.c_cflag = B9600 | CS8 | HUPCL | CLOCAL; in register_lte_tty_driver()
|
/linux-6.1.9/drivers/tty/serdev/ |
D | serdev-ttyport.c | 138 ktermios.c_cflag |= CLOCAL; in ttyport_open()
|
/linux-6.1.9/drivers/staging/greybus/ |
D | uart.c | 500 gb_tty->clocal = ((termios->c_cflag & CLOCAL) != 0); in gb_tty_set_termios() 966 CREAD | HUPCL | CLOCAL; in gb_tty_init()
|
/linux-6.1.9/drivers/mmc/core/ |
D | sdio_uart.c | 319 if ((termios->c_cflag & CRTSCTS) || !(termios->c_cflag & CLOCAL)) in sdio_uart_change_speed() 1137 tty_drv->init_termios.c_cflag = B4800 | CS8 | CREAD | HUPCL | CLOCAL; in sdio_uart_init()
|
/linux-6.1.9/include/linux/ |
D | tty.h | 96 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
D | serial_core.h | 951 !((cflag) & CLOCAL))
|
/linux-6.1.9/drivers/tty/ipwireless/ |
D | tty.c | 580 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in ipwireless_tty_init()
|
/linux-6.1.9/drivers/usb/host/ |
D | xhci-dbgtty.c | 557 B9600 | CS8 | CREAD | HUPCL | CLOCAL; in dbc_tty_init()
|