Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/
Dtty_port.c353 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup()
637 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close()
686 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.c551 set_bit(TTY_IO_ERROR, &tty->flags); in startup()
570 clear_bit(TTY_IO_ERROR, &tty->flags); in startup()
635 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.c872 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
899 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
937 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
Dsynclink.c1782 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
1791 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
1856 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
Dsynclink_gt.c2419 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2466 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
Dsynclinkmp.c2648 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2691 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
/Linux-v5.4/include/linux/
Dtty.h360 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
395 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/Linux-v5.4/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.4/net/bluetooth/rfcomm/
Dtty.c118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/Linux-v5.4/Documentation/driver-api/serial/
Dtty.rst220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
/Linux-v5.4/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.4/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.4/drivers/tty/serial/
Dserial_core.c260 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
283 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()