Searched refs:hvterm_hvsi_put_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_vio.c | 146 static int hvterm_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_hvsi_put_chars() function 219 .put_chars = hvterm_hvsi_put_chars, 249 count = hvterm_hvsi_put_chars(0, &c, 1); in udbg_hvc_putc()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_vio.c | 146 static int hvterm_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_hvsi_put_chars() function 219 .put_chars = hvterm_hvsi_put_chars, 249 count = hvterm_hvsi_put_chars(0, &c, 1); in udbg_hvc_putc()
|
Completed in 2 milliseconds