Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/char/
Dcon3215.c292 if (!tty_port_suspended(&raw->port)) { in raw3215_timeout()
314 if (!tty_port_initialized(&raw->port) || tty_port_suspended(&raw->port)) in raw3215_try_io()
497 if (tty_port_suspended(&raw->port)) { in raw3215_make_room()
861 if (tty_port_suspended(&raw->port)) in con3215_flush()
/Linux-v5.4/include/linux/
Dtty.h645 static inline bool tty_port_suspended(struct tty_port *port) in tty_port_suspended() function
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c2256 if (tty_port_suspended(port)) { in uart_resume_port()