hvc_get_chars      24 arch/powerpc/include/asm/hvconsole.h extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
hvc_get_chars      44 arch/powerpc/platforms/pseries/hvconsole.c EXPORT_SYMBOL(hvc_get_chars);
hvc_get_chars      83 drivers/tty/hvc/hvc_vio.c 		pv->left = hvc_get_chars(pv->termno, pv->buf, count);
hvc_get_chars     346 drivers/tty/hvc/hvc_vio.c 		hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars,
hvc_get_chars     409 drivers/tty/hvc/hvc_vio.c 		hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars,
hvc_get_chars     469 drivers/tty/hvc/hvc_vio.c 	hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars,
hvc_get_chars     599 drivers/tty/hvc/hvcs.c 		got = hvc_get_chars(unit_address,
hvc_get_chars     220 drivers/tty/hvc/hvsi.c 	got = hvc_get_chars(hp->vtermno, buf, count);