Searched refs:tty_io_error (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/tty/
H A Damiserial.c1016 if (tty_io_error(tty))
1036 if (tty_io_error(tty))
1113 if (tty_io_error(tty))
H A Dmxser.c1004 if (tty_io_error(tty))
1104 if (tty_io_error(tty))
1126 if (tty_io_error(tty))
1214 if (cmd != TIOCMIWAIT && tty_io_error(tty))
H A Dtty_port.c520 if (tty_io_error(tty)) {
H A Dpty.c52 if (tty_io_error(tty))
H A Dtty_io.c926 if (!tty || tty_io_error(tty))
1085 if (!tty || !tty->ops->write || tty_io_error(tty))
H A Dsynclink_gt.c968 if (tty_io_error(tty))
3169 if (filp->f_flags & O_NONBLOCK || tty_io_error(tty)) {
/linux-master/include/linux/
H A Dtty.h332 static inline bool tty_io_error(struct tty_struct *tty) function
/linux-master/drivers/s390/char/
H A Dcon3270.c1939 if (tty_io_error(tty))
1953 if (tty_io_error(tty))
/linux-master/drivers/tty/serial/
H A Dserial_core.c1099 if (!tty_io_error(tty)) {
1123 if (!tty_io_error(tty)) {
1607 if (tty_io_error(tty)) {
1631 if (!uport || tty_io_error(tty)) {

Completed in 196 milliseconds