put_chars 76 arch/powerpc/include/asm/hvsi.h int (*put_chars)(uint32_t termno, const char *buf, int count); put_chars 84 arch/powerpc/include/asm/hvsi.h int (*put_chars)(uint32_t termno, const char *buf, put_chars 1206 drivers/char/virtio_console.c .put_chars = put_chars, put_chars 1221 drivers/char/virtio_console.c int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) put_chars 1223 drivers/char/virtio_console.c early_put_chars = put_chars; put_chars 177 drivers/tty/hvc/hvc_console.c r = cons_ops[index]->put_chars(vtermnos[index], c, i); put_chars 480 drivers/tty/hvc/hvc_console.c n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf); put_chars 883 drivers/tty/hvc/hvc_console.c n = hp->ops->put_chars(hp->vtermno, &ch, 1); put_chars 56 drivers/tty/hvc/hvc_console.h int (*put_chars)(uint32_t vtermno, const char *buf, int count); put_chars 59 drivers/tty/hvc/hvc_dcc.c .put_chars = hvc_dcc_put_chars, put_chars 1047 drivers/tty/hvc/hvc_iucv.c .put_chars = hvc_iucv_put_chars, put_chars 54 drivers/tty/hvc/hvc_opal.c .put_chars = opal_put_chars, put_chars 144 drivers/tty/hvc/hvc_opal.c .put_chars = hvc_opal_hvsi_put_chars, put_chars 44 drivers/tty/hvc/hvc_riscv_sbi.c .put_chars = hvc_sbi_tty_put, put_chars 63 drivers/tty/hvc/hvc_rtas.c .put_chars = hvc_rtas_write_console, put_chars 50 drivers/tty/hvc/hvc_udbg.c .put_chars = hvc_udbg_put, put_chars 130 drivers/tty/hvc/hvc_vio.c .put_chars = hvterm_raw_put_chars, put_chars 219 drivers/tty/hvc/hvc_vio.c .put_chars = hvterm_hvsi_put_chars, put_chars 155 drivers/tty/hvc/hvc_xen.c .put_chars = domU_write_console, put_chars 181 drivers/tty/hvc/hvc_xen.c .put_chars = dom0_write_console, put_chars 15 drivers/tty/hvc/hvsi_lib.c return pv->put_chars(pv->termno, (char *)packet, packet->len); put_chars 415 drivers/tty/hvc/hvsi_lib.c int (*put_chars)(uint32_t termno, const char *buf, put_chars 421 drivers/tty/hvc/hvsi_lib.c pv->put_chars = put_chars; put_chars 37 include/linux/virtio_console.h int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int));