Searched refs:hvc_opal_hvsi_get_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_opal.c | 61 static int hvc_opal_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvc_opal_hvsi_get_chars() function 143 .get_chars = hvc_opal_hvsi_get_chars, 305 rc = hvc_opal_hvsi_get_chars(termno, &c, 1); in udbg_opal_getc_poll()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_opal.c | 61 static int hvc_opal_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvc_opal_hvsi_get_chars() function 143 .get_chars = hvc_opal_hvsi_get_chars, 305 rc = hvc_opal_hvsi_get_chars(termno, &c, 1); in udbg_opal_getc_poll()
|
Completed in 2 milliseconds