Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_dcc.c79 static ssize_t hvc_dcc_get_chars(uint32_t vt, u8 *buf, size_t count) in hvc_dcc_get_chars() function
144 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_put_work()
170 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_get_work()
228 return hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
253 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()