Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtty_port.h179 static inline bool tty_port_active(const struct tty_port *port) in tty_port_active() function
/linux-5.19.10/drivers/tty/serial/
Dserial_core.c1707 if (tty_port_active(port)) { in uart_hangup()