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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_iucv.c201 * @has_more_data: Pointer to an int variable.
206 * message is kept on the input queue and @has_more_data is set to 1.
217 char *buf, int count, int *has_more_data)
271 *has_more_data = 1;
293 *has_more_data = !list_empty(&priv->tty_inqueue);
317 int has_more_data; local
326 has_more_data = 0;
327 written = hvc_iucv_write(priv, buf, count, &has_more_data);
331 if (has_more_data)
216 hvc_iucv_write(struct hvc_iucv_private *priv, char *buf, int count, int *has_more_data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_iucv.c201 * @has_more_data: Pointer to an int variable.
206 * message is kept on the input queue and @has_more_data is set to 1.
217 char *buf, int count, int *has_more_data)
271 *has_more_data = 1;
293 *has_more_data = !list_empty(&priv->tty_inqueue);
317 int has_more_data; local
326 has_more_data = 0;
327 written = hvc_iucv_write(priv, buf, count, &has_more_data);
331 if (has_more_data)
216 hvc_iucv_write(struct hvc_iucv_private *priv, char *buf, int count, int *has_more_data) argument

Completed in 105 milliseconds