iucv_state         68 drivers/tty/hvc/hvc_iucv.c 	enum iucv_state_t	iucv_state;	/* IUCV connection status */
iucv_state        227 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_DISCONN)
iucv_state        232 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_SEVERED)
iucv_state        361 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_DISCONN)
iucv_state        364 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_SEVERED)
iucv_state        374 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_CONNECTED)
iucv_state        394 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_SEVERED)
iucv_state        397 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_DISCONN)
iucv_state        515 drivers/tty/hvc/hvc_iucv.c 	priv->iucv_state = IUCV_DISCONN;
iucv_state        596 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_CONNECTED) {
iucv_state        599 drivers/tty/hvc/hvc_iucv.c 		priv->iucv_state = IUCV_SEVERED;
iucv_state        656 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_SEVERED)
iucv_state        693 drivers/tty/hvc/hvc_iucv.c 	priv->iucv_state = IUCV_DISCONN;
iucv_state        811 drivers/tty/hvc/hvc_iucv.c 			if (tmp->iucv_state == IUCV_DISCONN)
iucv_state        842 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state != IUCV_DISCONN) {
iucv_state        860 drivers/tty/hvc/hvc_iucv.c 	priv->iucv_state = IUCV_CONNECTED;
iucv_state       1019 drivers/tty/hvc/hvc_iucv.c 	return sprintf(buf, "%u:%u\n", priv->iucv_state, priv->tty_state);
iucv_state       1033 drivers/tty/hvc/hvc_iucv.c 	if (priv->iucv_state == IUCV_CONNECTED) {