Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/virtio/
Dkvm_virtio.c485 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars() function
502 return virtio_cons_early_init(early_put_chars); in s390_virtio_console_init()
/linux-4.4.14/drivers/char/
Dvirtio_console.c248 static int (*early_put_chars)(u32, const char *, int); variable
1134 if (unlikely(early_put_chars)) in put_chars()
1135 return early_put_chars(vtermno, buf, count); in put_chars()
1157 if (unlikely(early_put_chars)) in get_chars()
1226 early_put_chars = put_chars; in virtio_cons_early_init()
1271 if (early_put_chars) in init_port_console()
1272 early_put_chars = NULL; in init_port_console()
1999 bool early = early_put_chars != NULL; in virtcons_probe()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1316 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars() function
1560 virtio_cons_early_init(early_put_chars); in lguest_init()