Searched refs:early_put_chars (Results 1 – 1 of 1) sorted by relevance
240 static int (*early_put_chars)(u32, const char *, int); variable1123 if (unlikely(early_put_chars)) in put_chars()1124 return early_put_chars(vtermno, buf, count); in put_chars()1152 if (unlikely(early_put_chars)) in get_chars()1221 early_put_chars = put_chars; in virtio_cons_early_init()1266 if (early_put_chars) in init_port_console()1267 early_put_chars = NULL; in init_port_console()2007 bool early = early_put_chars != NULL; in virtcons_probe()