Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/tty/
Dtty_port.c421 if (tty && (!check_clocal || !C_CLOCAL(tty))) in tty_port_tty_hangup()
530 if (C_CLOCAL(tty)) in tty_port_block_til_ready()
Dtty_ioctl.c758 if (C_CLOCAL(tty) != bit) in tty_change_softcar()
Damiserial.c1211 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in rs_set_termios()
Dmoxa.c1613 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in moxa_set_termios()
Dn_gsm.c1546 if (!C_CLOCAL(tty)) in gsm_process_modem()
Dsynclink_gt.c3175 if (C_CLOCAL(tty)) in block_til_ready()
/linux-6.6.21/include/linux/
Dtty.h96 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL) macro
/linux-6.6.21/drivers/usb/serial/
Dgeneric.c627 else if (tty && !C_CLOCAL(tty)) in usb_serial_handle_dcd_change()
Dcypress_m8.c1111 if (tty && !C_CLOCAL(tty) && !(priv->current_status & UART_CD)) { in cypress_read_int_callback()
/linux-6.6.21/drivers/tty/hvc/
Dhvsi.c236 if (tty && !C_CLOCAL(tty)) in hvsi_recv_control()