Searched refs:hvc_put_chars (Results 1 – 2 of 2) sorted by relevance
35 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()
341 int hvc_put_chars(int index, const char *buf, int count) in hvc_put_chars() function