get_chars          75 arch/powerpc/include/asm/hvsi.h 	int (*get_chars)(uint32_t termno, char *buf, int count);
get_chars          83 arch/powerpc/include/asm/hvsi.h 			 int (*get_chars)(uint32_t termno, char *buf, int count),
get_chars        1205 drivers/char/virtio_console.c 	.get_chars = get_chars,
get_chars         685 drivers/tty/hvc/hvc_console.c 	n = hp->ops->get_chars(hp->vtermno, buf, count);
get_chars         868 drivers/tty/hvc/hvc_console.c 	n = hp->ops->get_chars(hp->vtermno, &ch, 1);
get_chars          55 drivers/tty/hvc/hvc_console.h 	int (*get_chars)(uint32_t vtermno, char *buf, int count);
get_chars          58 drivers/tty/hvc/hvc_dcc.c 	.get_chars = hvc_dcc_get_chars,
get_chars        1046 drivers/tty/hvc/hvc_iucv.c 	.get_chars = hvc_iucv_get_chars,
get_chars          53 drivers/tty/hvc/hvc_opal.c 	.get_chars = opal_get_chars,
get_chars         143 drivers/tty/hvc/hvc_opal.c 	.get_chars = hvc_opal_hvsi_get_chars,
get_chars          43 drivers/tty/hvc/hvc_riscv_sbi.c 	.get_chars = hvc_sbi_tty_get,
get_chars          62 drivers/tty/hvc/hvc_rtas.c 	.get_chars = hvc_rtas_read_console,
get_chars          49 drivers/tty/hvc/hvc_udbg.c 	.get_chars = hvc_udbg_get,
get_chars         129 drivers/tty/hvc/hvc_vio.c 	.get_chars = hvterm_raw_get_chars,
get_chars         218 drivers/tty/hvc/hvc_vio.c 	.get_chars = hvterm_hvsi_get_chars,
get_chars         154 drivers/tty/hvc/hvc_xen.c 	.get_chars = domU_read_console,
get_chars         180 drivers/tty/hvc/hvc_xen.c 	.get_chars = dom0_read_console,
get_chars         169 drivers/tty/hvc/hvsi_lib.c 		pv->inbuf_len += pv->get_chars(pv->termno,
get_chars         414 drivers/tty/hvc/hvsi_lib.c 		  int (*get_chars)(uint32_t termno, char *buf, int count),
get_chars         420 drivers/tty/hvc/hvsi_lib.c 	pv->get_chars = get_chars;