Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_dcc.c71 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars() function
136 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_put_work()
162 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_get_work()
220 return hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
245 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()