Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dtty_port.h202 static inline bool tty_port_suspended(const struct tty_port *port) in tty_port_suspended() function
/Linux-v6.6/drivers/tty/serial/
Dserial_core.c2466 if (tty_port_suspended(port)) { in uart_resume_port()