early_put_chars   240 drivers/char/virtio_console.c static int (*early_put_chars)(u32, const char *, int);
early_put_chars  1125 drivers/char/virtio_console.c 	if (unlikely(early_put_chars))
early_put_chars  1126 drivers/char/virtio_console.c 		return early_put_chars(vtermno, buf, count);
early_put_chars  1154 drivers/char/virtio_console.c 	if (unlikely(early_put_chars))
early_put_chars  1223 drivers/char/virtio_console.c 	early_put_chars = put_chars;
early_put_chars  1268 drivers/char/virtio_console.c 	if (early_put_chars)
early_put_chars  1269 drivers/char/virtio_console.c 		early_put_chars = NULL;
early_put_chars  2002 drivers/char/virtio_console.c 	bool early = early_put_chars != NULL;