Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_iucv.c68 enum iucv_state_t iucv_state; /* IUCV connection status */ member
227 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_write()
232 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_write()
361 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_queue()
364 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_queue()
374 if (priv->iucv_state == IUCV_CONNECTED) in hvc_iucv_queue()
394 if (priv->iucv_state == IUCV_SEVERED) in hvc_iucv_send()
397 if (priv->iucv_state == IUCV_DISCONN) in hvc_iucv_send()
515 priv->iucv_state = IUCV_DISCONN; in hvc_iucv_cleanup()
596 if (priv->iucv_state == IUCV_CONNECTED) { in hvc_iucv_hangup()
[all …]