Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_port.c326 if (tty && C_HUPCL(tty)) in tty_port_shutdown()
H A Damiserial.c593 if (C_HUPCL(tty)) in shutdown()
H A Dcyclades.c1439 if (C_HUPCL(tty)) in cy_shutdown()
1468 if (C_HUPCL(tty)) in cy_shutdown()
H A Drocket.c1000 if (C_HUPCL(tty)) in rp_close()
H A Dn_gsm.c3161 if (tty_port_initialized(&dlci->port) && C_HUPCL(tty)) in gsmtty_close()
H A Dmxser.c1089 if (tty_port_initialized(port) && C_HUPCL(tty)) in mxser_close()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c407 if (C_HUPCL(tty)) in hvc_close()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h167 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c288 if (!tty || C_HUPCL(tty)) in uart_shutdown()
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c1352 if (!tty || C_HUPCL(tty)) { in shutdown()