Home
last modified time | relevance | path

Searched refs:hvterm_raw_get_chars (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/tty/hvc/
Dhvc_vio.c69 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()