Searched refs:hvc_opal_hvsi_put_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_opal.c | 71 static int hvc_opal_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_opal_hvsi_put_chars() function 144 .put_chars = hvc_opal_hvsi_put_chars, 283 count = hvc_opal_hvsi_put_chars(termno, &c, 1); in udbg_opal_putc()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_opal.c | 71 static int hvc_opal_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_opal_hvsi_put_chars() function 144 .put_chars = hvc_opal_hvsi_put_chars, 283 count = hvc_opal_hvsi_put_chars(termno, &c, 1); in udbg_opal_putc()
|
Completed in 1 milliseconds