Home
last modified time | relevance | path

Searched defs:vtermno (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/platforms/pseries/
Dhvconsole.c41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars()
68 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars()
/arch/mips/paravirt/
Dserial.c25 static int paravirt_put_chars(u32 vtermno, const char *buf, int count) in paravirt_put_chars()
/arch/powerpc/platforms/powernv/
Dopal.c313 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars()
330 int opal_put_chars(uint32_t vtermno, const char *data, int total_len) in opal_put_chars()
/arch/x86/lguest/
Dboot.c1316 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()