Searched refs:TTY_IO_ERROR (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/tty/ |
D | tty_port.c | 403 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup() 722 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close() 782 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 | 476 set_bit(TTY_IO_ERROR, &tty->flags); in startup() 495 clear_bit(TTY_IO_ERROR, &tty->flags); in startup() 555 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
|
D | mxser.c | 736 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 756 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 796 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
|
D | synclink_gt.c | 2354 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup() 2401 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
|
/linux-6.12.1/include/linux/ |
D | tty.h | 308 #define TTY_IO_ERROR 1 macro 328 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
|
/linux-6.12.1/drivers/mmc/core/ |
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-6.12.1/net/bluetooth/rfcomm/ |
D | tty.c | 117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
/linux-6.12.1/drivers/tty/serial/ |
D | serial_core.c | 369 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 399 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|