Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_iucv.c79 struct list_head tty_inqueue; /* incoming IUCV messages */ member
236 if (list_empty(&priv->tty_inqueue)) in hvc_iucv_write()
240 rb = list_first_entry(&priv->tty_inqueue, struct iucv_tty_buffer, list); in hvc_iucv_write()
296 *has_more_data = !list_empty(&priv->tty_inqueue); in hvc_iucv_write()
512 destroy_tty_buffer_list(&priv->tty_inqueue); in hvc_iucv_cleanup()
729 destroy_tty_buffer_list(&priv->tty_inqueue); in hvc_iucv_notifier_del()
931 list_add_tail(&rb->list, &priv->tty_inqueue); in hvc_iucv_msg_pending()
1108 INIT_LIST_HEAD(&priv->tty_inqueue); in hvc_iucv_alloc()