Searched refs:TTY_IO_ERROR (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.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 | 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 | 738 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 758 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate() 798 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-v6.1/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.1/drivers/mmc/core/ |
D | sdio_uart.c | 591 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate() 639 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
|
/Linux-v6.1/net/bluetooth/rfcomm/ |
D | tty.c | 117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
|
/Linux-v6.1/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-v6.1/drivers/tty/serial/ |
D | serial_core.c | 267 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup() 290 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()
|