Home
last modified time | relevance | path

Searched refs:tty_port_active (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dtty_port.h182 static inline bool tty_port_active(const struct tty_port *port) in tty_port_active() function
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c1900 if (tty_port_active(port)) { in uart_hangup()