Home
last modified time | relevance | path

Searched refs:TTY_IO_ERROR (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.10/drivers/tty/
Dtty_port.c354 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup()
638 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close()
687 clear_bit(TTY_IO_ERROR, &tty->flags); in tty_port_open()
Dpty.c57 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()
Damiserial.c513 set_bit(TTY_IO_ERROR, &tty->flags); in startup()
532 clear_bit(TTY_IO_ERROR, &tty->flags); in startup()
597 set_bit(TTY_IO_ERROR, &tty->flags); in shutdown()
Dcyclades.c1282 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()
Dmxser.c869 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
896 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
934 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
Dsynclink.c1781 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
1790 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
1855 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
Dsynclink_gt.c2416 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2463 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
Dsynclinkmp.c2645 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2688 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
/Linux-v5.10/include/linux/
Dtty.h366 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
401 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/Linux-v5.10/drivers/mmc/core/
Dsdio_uart.c604 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.10/net/bluetooth/rfcomm/
Dtty.c118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/Linux-v5.10/Documentation/driver-api/serial/
Dtty.rst220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c1303 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.10/drivers/staging/fwserial/
Dfwserial.c982 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.10/drivers/tty/serial/
Dserial_core.c262 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
285 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()