Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/
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()
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()
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()
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()
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()
/Linux-v6.6/include/linux/
Dtty.h315 #define TTY_IO_ERROR 1 macro
335 return test_bit(TTY_IO_ERROR, &tty->flags); in tty_io_error()
/Linux-v6.6/drivers/mmc/core/
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()
/Linux-v6.6/net/bluetooth/rfcomm/
Dtty.c117 set_bit(TTY_IO_ERROR, &tty->flags); in rfcomm_dev_activate()
/Linux-v6.6/drivers/tty/serial/
Dserial_core.c333 set_bit(TTY_IO_ERROR, &tty->flags); in uart_startup()
356 set_bit(TTY_IO_ERROR, &tty->flags); in uart_shutdown()