Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dtty_port.c401 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_hangup()
720 set_bit(TTY_IO_ERROR, &tty->flags); in tty_port_close()
780 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()
232 clear_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
238 set_bit(TTY_IO_ERROR, &tty->flags); in pty_open()
H A Damiserial.c478 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()
H A Dmxser.c739 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
759 set_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
799 clear_bit(TTY_IO_ERROR, &tty->flags); in mxser_activate()
H A Dsynclink_gt.c2353 clear_bit(TTY_IO_ERROR, &info->port.tty->flags); in startup()
2400 set_bit(TTY_IO_ERROR, &info->port.tty->flags); in shutdown()
/openbmc/linux/include/linux/
H A Dtty.h315 #define TTY_IO_ERROR 1 macro
335 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/openbmc/linux/drivers/mmc/core/
H A Dsdio_uart.c590 set_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
638 clear_bit(TTY_IO_ERROR, &tty->flags); in sdio_uart_activate()
/openbmc/linux/net/bluetooth/rfcomm/
H A Dtty.c117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c334 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
366 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()