Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_dcc.c67 static int hvc_dcc_get_chars(uint32_t vt, char *buf, int count) in hvc_dcc_get_chars() function
141 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_put_work_fn()
165 if (!hvc_dcc_get_chars(0, &ch, 1)) in dcc_get_work_fn()
235 len = hvc_dcc_get_chars(vt, buf, count); in hvc_dcc0_get_chars()
249 .get_chars = hvc_dcc_get_chars,