Searched refs:early_put_chars (Results 1 – 1 of 1) sorted by relevance
241 static int (*early_put_chars)(u32, const char *, int); variable1124 if (unlikely(early_put_chars)) in put_chars()1125 return early_put_chars(vtermno, buf, count); in put_chars()1153 if (unlikely(early_put_chars)) in get_chars()1222 early_put_chars = put_chars; in virtio_cons_early_init()1267 if (early_put_chars) in init_port_console()1268 early_put_chars = NULL; in init_port_console()2005 bool early = early_put_chars != NULL; in virtcons_probe()