Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/pseries/
Dhvconsole.c28 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars() function
44 EXPORT_SYMBOL(hvc_get_chars);
/Linux-v5.4/drivers/tty/hvc/
Dhvc_vio.c83 pv->left = hvc_get_chars(pv->termno, pv->buf, count); in hvterm_raw_get_chars()
346 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_probe()
409 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early()
469 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in udbg_init_debug_lpar_hvsi()
Dhvcs.c599 got = hvc_get_chars(unit_address, in hvcs_io()
Dhvsi.c220 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
/Linux-v5.4/arch/powerpc/include/asm/
Dhvconsole.h24 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);