Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A 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()
H A Dpty.c57 set_bit(TTY_IO_ERROR, &tty->flags); in pty_close()
242 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
248 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
H A 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()
H A 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()
H A Dmxser.c870 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
897 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
937 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
H A 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()
H A Dsynclink_gt.c2363 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2410 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h377 #define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */ macro
412 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A 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()
/OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/
H A Dtty.c118 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dtty.rst220 TTY_IO_ERROR If set, causes all subsequent userspace read/write
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A 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()
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A 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()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c254 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
277 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()