Searched defs:vtermno (Results 1 – 4 of 4) sorted by relevance
/arch/powerpc/platforms/pseries/ |
D | hvconsole.c | 41 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/ |
D | serial.c | 25 static int paravirt_put_chars(u32 vtermno, const char *buf, int count) in paravirt_put_chars()
|
/arch/powerpc/platforms/powernv/ |
D | opal.c | 313 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/ |
D | boot.c | 1316 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()
|