Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dhvc_console.c35 extern int hvc_put_chars(int index, const char *buf, int count);
118 n = hvc_put_chars(hp->index + hvc_offset, hp->outbuf, hp->n_outbuf); in hvc_push()
314 r = hvc_put_chars(co->index + hvc_offset, c, i); in hvc_console_print()
/linux-2.4.37.9/arch/ppc64/kernel/
DpSeries_lpar.c341 int hvc_put_chars(int index, const char *buf, int count) in hvc_put_chars() function