Searched refs:hvterm_raw_get_chars (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_vio.c | 69 static int hvterm_raw_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_raw_get_chars() function 129 .get_chars = hvterm_raw_get_chars, 265 rc = hvterm_raw_get_chars(0, &c, 1); in udbg_hvc_getc_poll()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_vio.c | 69 static int hvterm_raw_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_raw_get_chars() function 129 .get_chars = hvterm_raw_get_chars, 265 rc = hvterm_raw_get_chars(0, &c, 1); in udbg_hvc_getc_poll()
|
Completed in 2 milliseconds