Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dtty_port.h201 static inline bool tty_port_suspended(const struct tty_port *port) in tty_port_suspended() function
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c2437 if (tty_port_suspended(port)) { in uart_resume_port()