Searched refs:early_put_chars (Results 1 – 3 of 3) sorted by relevance
485 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars() function502 return virtio_cons_early_init(early_put_chars); in s390_virtio_console_init()
248 static int (*early_put_chars)(u32, const char *, int); variable1134 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()
1316 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars() function1560 virtio_cons_early_init(early_put_chars); in lguest_init()