Home
last modified time | relevance | path

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

/linux/drivers/tty/
A 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()
A 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()
A 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()
A Dmxser.c733 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
754 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
792 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
A 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/include/linux/
A 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/drivers/mmc/core/
A 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/net/bluetooth/rfcomm/
A Dtty.c118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/linux/Documentation/driver-api/serial/
A Dtty.rst220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
/linux/drivers/char/pcmcia/
A 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/drivers/staging/fwserial/
A 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/drivers/tty/serial/
A Dserial_core.c266 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
289 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()

Completed in 46 milliseconds