Searched refs:C_HUPCL (Results 1 – 8 of 8) sorted by relevance
327 if (tty && C_HUPCL(tty)) in tty_port_shutdown()
554 if (C_HUPCL(tty)) in shutdown()
925 if (tty_port_initialized(port) && C_HUPCL(tty)) in mxser_close()
3093 if (tty_port_initialized(&dlci->port) && C_HUPCL(tty)) in gsmtty_close()
95 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL) macro
407 if (C_HUPCL(tty)) in hvc_close()
303 if (!tty || C_HUPCL(tty)) in uart_shutdown()
1350 if (!tty || C_HUPCL(tty)) { in shutdown()
Completed in 30 milliseconds