Searched refs:TTY_IO_ERROR (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/drivers/tty/ |
| D | tty_port.c | 401 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup() 720 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 780 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() 232 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open() 238 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
|
| D | amiserial.c | 478 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 497 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 557 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
|
| D | mxser.c | 739 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 759 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 799 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
|
| D | synclink_gt.c | 2353 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2400 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
|
| /Linux-v6.6/include/linux/ |
| D | tty.h | 315 #define TTY_IO_ERROR 1 macro 335 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
|
| /Linux-v6.6/drivers/mmc/core/ |
| D | sdio_uart.c | 590 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate() 638 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
|
| /Linux-v6.6/net/bluetooth/rfcomm/ |
| D | tty.c | 117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
| /Linux-v6.6/drivers/tty/serial/ |
| D | serial_core.c | 333 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 356 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|