Home
last modified time | relevance | path

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

/Linux-v4.19/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()
496 if (tty_port_suspended(&raw->port)) { in raw3215_make_room()
860 if (tty_port_suspended(&raw->port)) in con3215_flush()
/Linux-v4.19/include/linux/
Dtty.h637 static inline bool tty_port_suspended(struct tty_port *port) in tty_port_suspended() function
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c2184 if (tty_port_suspended(port)) { in uart_resume_port()