Searched refs:hvsi_put_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvsi.c | 664 static int hvsi_put_chars(struct hvsi_struct *hp, const char *buf, int count) in hvsi_put_chars() function 837 n = hvsi_put_chars(hp, hp->outbuf, hp->n_outbuf); in hvsi_push() 1123 ret = hvsi_put_chars(hp, c, i); in hvsi_console_print()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvsi.c | 664 static int hvsi_put_chars(struct hvsi_struct *hp, const char *buf, int count) in hvsi_put_chars() function 837 n = hvsi_put_chars(hp, hp->outbuf, hp->n_outbuf); in hvsi_push() 1124 ret = hvsi_put_chars(hp, c, i); in hvsi_console_print()
|
Completed in 6 milliseconds