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

/linux-master/drivers/tty/
H A Dtty_port.c403 set_bit(TTY_IO_ERROR, &tty->flags);
722 set_bit(TTY_IO_ERROR, &tty->flags);
782 clear_bit(TTY_IO_ERROR, &tty->flags);
H A Dpty.c57 set_bit(TTY_IO_ERROR, &tty->flags);
232 clear_bit(TTY_IO_ERROR, &tty->flags);
238 set_bit(TTY_IO_ERROR, &tty->flags);
H A Damiserial.c476 set_bit(TTY_IO_ERROR, &tty->flags);
495 clear_bit(TTY_IO_ERROR, &tty->flags);
555 set_bit(TTY_IO_ERROR, &tty->flags);
H A Dmxser.c739 set_bit(TTY_IO_ERROR, &tty->flags);
759 set_bit(TTY_IO_ERROR, &tty->flags);
799 clear_bit(TTY_IO_ERROR, &tty->flags);
H A Dsynclink_gt.c2353 clear_bit(TTY_IO_ERROR, &info->port.tty->flags);
2400 set_bit(TTY_IO_ERROR, &info->port.tty->flags);
/linux-master/include/linux/
H A Dtty.h144 * @flags: bitwise OR of %TTY_THROTTLED, %TTY_IO_ERROR, ...
274 * TTY_IO_ERROR
314 #define TTY_IO_ERROR 1 macro
334 return test_bit(TTY_IO_ERROR, &tty->flags);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c586 set_bit(TTY_IO_ERROR, &tty->flags);
634 clear_bit(TTY_IO_ERROR, &tty->flags);
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c117 set_bit(TTY_IO_ERROR, &tty->flags);
/linux-master/drivers/tty/serial/
H A Dserial_core.c334 set_bit(TTY_IO_ERROR, &tty->flags);
366 set_bit(TTY_IO_ERROR, &tty->flags);

Completed in 228 milliseconds