Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dhvc_console.c34 extern int hvc_get_chars(int index, char *buf, int count);
198 n = hvc_get_chars(index + hvc_offset, buf, sizeof(buf)); in hvc_poll()
336 while (hvc_get_chars(co->index, &c[0], 1) < 1) in hvc_wait_for_keypress()
/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_lpar.c315 int hvc_get_chars(int index, char *buf, int count) in hvc_get_chars() function