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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvconsole.h37 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dhvconsole.c33 * hvc_get_chars - retrieve characters from firmware for denoted vterm adatper
40 int hvc_get_chars(uint32_t vtermno, char *buf, int count) function
50 EXPORT_SYMBOL(hvc_get_chars); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_vio.c63 got = hvc_get_chars(vtermno, buf, count);
H A Dhvcs.c617 got = hvc_get_chars(unit_address,
H A Dhvsi.c295 got = hvc_get_chars(hp->vtermno, buf, count);

Completed in 121 milliseconds