Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/hvc/
Dhvc_vio.c69 static ssize_t hvterm_raw_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvterm_raw_get_chars() function
130 .get_chars = hvterm_raw_get_chars,
267 rc = hvterm_raw_get_chars(0, &c, 1); in udbg_hvc_getc_poll()