Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtty.h95 #define C_HUPCL(tty) _C_FLAG((tty), HUPCL) macro
/openbmc/linux/drivers/tty/
H A Dtty_port.c373 if (tty && C_HUPCL(tty)) in tty_port_shutdown()
H A Damiserial.c553 if (C_HUPCL(tty)) in shutdown()
H A Dn_gsm.c4347 if (tty_port_initialized(&dlci->port) && C_HUPCL(tty)) in gsmtty_close()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c407 if (C_HUPCL(tty)) in hvc_close()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c384 if (!tty || C_HUPCL(tty)) in uart_shutdown()