Searched refs:C_CLOCAL (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/tty/
H A Dtty_port.c423 if (tty && (!check_clocal || !C_CLOCAL(tty)))
532 if (C_CLOCAL(tty))
H A Dtty_ioctl.c753 if (C_CLOCAL(tty) != bit)
H A Damiserial.c1209 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
H A Dmoxa.c1613 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty))
H A Dn_gsm.c1547 if (!C_CLOCAL(tty))
H A Dsynclink_gt.c3175 if (C_CLOCAL(tty))
/linux-master/include/linux/
H A Dtty.h95 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL) macro
/linux-master/drivers/usb/serial/
H A Dgeneric.c627 else if (tty && !C_CLOCAL(tty))
H A Dcypress_m8.c1111 if (tty && !C_CLOCAL(tty) && !(priv->current_status & UART_CD)) {
/linux-master/drivers/tty/hvc/
H A Dhvsi.c236 if (tty && !C_CLOCAL(tty))

Completed in 251 milliseconds