Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_iucv.c204 * @has_more_data: Pointer to an int variable.
209 * message is kept on the input queue and @has_more_data is set to 1.
220 u8 *buf, size_t count, int *has_more_data) in hvc_iucv_write() argument
274 *has_more_data = 1; in hvc_iucv_write()
296 *has_more_data = !list_empty(&priv->tty_inqueue); in hvc_iucv_write()
320 int has_more_data; in hvc_iucv_get_chars() local
329 has_more_data = 0; in hvc_iucv_get_chars()
330 written = hvc_iucv_write(priv, buf, count, &has_more_data); in hvc_iucv_get_chars()
334 if (has_more_data) in hvc_iucv_get_chars()