Searched refs:TTY_IO_ERROR (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/drivers/tty/ |
| D | tty_port.c | 353 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup() 637 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 686 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() 252 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open() 258 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
|
| D | amiserial.c | 551 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 570 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 635 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
|
| D | cyclades.c | 1282 set_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1365 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_startup() 1446 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 1471 set_bit(TTY_IO_ERROR, &tty->flags); in cy_shutdown() 2136 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char() 2256 clear_bit(TTY_IO_ERROR, &tty->flags); in cy_set_line_char()
|
| D | mxser.c | 872 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 899 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 937 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
|
| D | synclink.c | 1782 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1791 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 1856 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
|
| D | synclink_gt.c | 2419 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2466 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
|
| D | synclinkmp.c | 2648 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2691 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
|
| /Linux-v5.4/include/linux/ |
| D | tty.h | 360 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro 395 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
|
| /Linux-v5.4/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.4/net/bluetooth/rfcomm/ |
| D | tty.c | 118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
| /Linux-v5.4/Documentation/driver-api/serial/ |
| D | tty.rst | 220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
|
| /Linux-v5.4/drivers/char/pcmcia/ |
| D | synclink_cs.c | 1303 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 1312 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 1362 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
|
| /Linux-v5.4/drivers/staging/fwserial/ |
| D | fwserial.c | 982 set_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate() 1009 clear_bit(TTY_IO_ERROR, &tty->flags); in fwtty_port_activate()
|
| /Linux-v5.4/drivers/tty/serial/ |
| D | serial_core.c | 260 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 283 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|