Searched refs:TTY_IO_ERROR (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.15/drivers/tty/ |
| D | tty_port.c | 355 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()
|
| D | pty.c | 57 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()
|
| D | amiserial.c | 477 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()
|
| D | mxser.c | 723 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()
|
| D | synclink_gt.c | 2358 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/ |
| D | tty.h | 226 #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/ |
| D | sdio_uart.c | 604 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/ |
| D | tty.c | 118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
| /Linux-v5.15/Documentation/driver-api/serial/ |
| D | tty.rst | 220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
|
| /Linux-v5.15/drivers/char/pcmcia/ |
| D | synclink_cs.c | 1301 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/ |
| D | fwserial.c | 981 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/ |
| D | serial_core.c | 262 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 285 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|