Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/char/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h663 static inline bool tty_port_suspended(struct tty_port *port) in tty_port_suspended() function
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c2320 if (tty_port_suspended(port)) { in uart_resume_port()