Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c375 if (tty && (!check_clocal || !C_CLOCAL(tty))) in tty_port_tty_hangup()
483 if (C_CLOCAL(tty)) in tty_port_block_til_ready()
H A Dtty_ioctl.c645 if (C_CLOCAL(tty) != bit) in tty_change_softcar()
H A Damiserial.c1244 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in rs_set_termios()
H A Disicom.c752 tty_port_set_check_carrier(&port->port, !C_CLOCAL(tty)); in isicom_config_port()
H A Dcyclades.c2119 if (!C_CLOCAL(tty)) in cy_set_line_char()
2788 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in cy_set_termios()
H A Dmoxa.c1314 if (!(old_termios->c_cflag & CLOCAL) && C_CLOCAL(tty)) in moxa_set_termios()
H A Dn_gsm.c1122 if (!C_CLOCAL(tty)) in gsm_process_modem()
H A Dsynclink_gt.c3191 if (C_CLOCAL(tty)) in block_til_ready()
H A Dsynclinkmp.c3270 if (C_CLOCAL(tty)) in block_til_ready()
H A Dsynclink.c3266 if (C_CLOCAL(tty)) in block_til_ready()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dgeneric.c627 else if (tty && !C_CLOCAL(tty)) in usb_serial_handle_dcd_change()
H A Dcypress_m8.c1126 if (tty && !C_CLOCAL(tty) && !(priv->current_status & UART_CD)) { in cypress_read_int_callback()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h168 #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL) macro
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi.c236 if (tty && !C_CLOCAL(tty)) in hvsi_recv_control()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.c318 if (tty && !C_CLOCAL(tty)) { in fwtty_update_port_status()