Searched refs:early_put_chars (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/s390/kvm/
H A Dkvm_virtio.c485 static __init int early_put_chars(u32 vtermno, const char *buf, int count) early_put_chars() function
502 return virtio_cons_early_init(early_put_chars); s390_virtio_console_init()
/linux-4.1.27/drivers/char/
H A Dvirtio_console.c248 static int (*early_put_chars)(u32, const char *, int); variable
1134 if (unlikely(early_put_chars)) put_chars()
1135 return early_put_chars(vtermno, buf, count); put_chars()
1157 if (unlikely(early_put_chars)) get_chars()
1226 early_put_chars = put_chars; virtio_cons_early_init()
1271 if (early_put_chars) init_port_console()
1272 early_put_chars = NULL; init_port_console()
1999 bool early = early_put_chars != NULL; virtcons_probe()
2010 /* Ensure to read early_put_chars now */ virtcons_probe()
/linux-4.1.27/arch/x86/lguest/
H A Dboot.c1321 static __init int early_put_chars(u32 vtermno, const char *buf, int count) early_put_chars() function
1564 virtio_cons_early_init(early_put_chars); lguest_init()

Completed in 115 milliseconds