Searched refs:TTY_IO_ERROR (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/tty/ |
| H A D | tty_port.c | 371 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup() 686 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 745 clear_bit(TTY_IO_ERROR, &tty->flags); in tty_port_open()
|
| H A D | pty.c | 57 set_bit(TTY_IO_ERROR, &tty->flags); in pty_close() 231 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open() 237 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
|
| H A D | amiserial.c | 476 set_bit(TTY_IO_ERROR, &tty->flags); in rs_startup() 495 clear_bit(TTY_IO_ERROR, &tty->flags); in rs_startup() 555 set_bit(TTY_IO_ERROR, &tty->flags); in rs_shutdown()
|
| H A D | mxser.c | 731 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 751 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 791 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
|
| H A D | synclink_gt.c | 2354 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup_hw() 2401 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown_hw()
|
| /linux/include/linux/ |
| H A D | tty.h | 308 TTY_IO_ERROR, enumerator 329 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
|
| /linux/drivers/mmc/core/ |
| H A D | sdio_uart.c | 586 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate() 634 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
|
| /linux/net/bluetooth/rfcomm/ |
| H A D | tty.c | 117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
| /linux/drivers/tty/serial/ |
| H A D | serial_core.c | 367 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 397 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|