Searched refs:early_put_chars (Results 1 – 1 of 1) sorted by relevance
234 static int (*early_put_chars)(u32, const char *, int); variable1117 if (unlikely(early_put_chars)) in put_chars()1118 return early_put_chars(vtermno, buf, count); in put_chars()1146 if (unlikely(early_put_chars)) in get_chars()1215 early_put_chars = put_chars; in virtio_cons_early_init()1263 if (early_put_chars) in init_port_console()1264 early_put_chars = NULL; in init_port_console()2002 bool early = early_put_chars != NULL; in virtcons_probe()