Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_iucv.c68 enum tty_state_t tty_state; /* TTY status */ member
496 priv->tty_state = TTY_OPENED; in hvc_iucv_notifier_add()
511 priv->tty_state = TTY_CLOSED; in hvc_iucv_cleanup()
597 if (priv->tty_state == TTY_CLOSED) in hvc_iucv_hangup()
603 priv->tty_state = TTY_OPENED; in hvc_iucv_hangup()
651 priv->tty_state = TTY_CLOSED; in hvc_iucv_notifier_hangup()
727 priv->tty_state = TTY_CLOSED; in hvc_iucv_notifier_del()
915 if (priv->tty_state == TTY_CLOSED) { in hvc_iucv_msg_pending()
985 return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state); in hvc_iucv_dev_state_show()