Home
last modified time | relevance | path

Searched refs:TTY_IO_ERROR (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.15/drivers/tty/
Dtty_port.c355 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup()
643 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close()
692 clear_bit(TTY_IO_ERROR, &tty->flags); in tty_port_open()
Dpty.c57 set_bit(TTY_IO_ERROR, &tty->flags); in pty_close()
242 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
248 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
Damiserial.c477 set_bit(TTY_IO_ERROR, &tty->flags); in startup()
496 clear_bit(TTY_IO_ERROR, &tty->flags); in startup()
558 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
Dmxser.c723 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
750 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
788 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
Dsynclink_gt.c2358 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2405 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
/Linux-v5.15/include/linux/
Dtty.h226 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
246 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/Linux-v5.15/drivers/mmc/core/
Dsdio_uart.c604 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
652 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
/Linux-v5.15/net/bluetooth/rfcomm/
Dtty.c118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/Linux-v5.15/Documentation/driver-api/serial/
Dtty.rst220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
/Linux-v5.15/drivers/char/pcmcia/
Dsynclink_cs.c1301 set_bit(TTY_IO_ERROR, &tty->flags); in startup()
1310 clear_bit(TTY_IO_ERROR, &tty->flags); in startup()
1360 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
/Linux-v5.15/drivers/staging/fwserial/
Dfwserial.c981 set_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate()
1008 clear_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate()
/Linux-v5.15/drivers/tty/serial/
Dserial_core.c262 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
285 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()