Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Dvirtio_console.c253 static int (*early_put_chars)(u32, const char *, int); variable
1138 if (unlikely(early_put_chars)) in put_chars()
1139 return early_put_chars(vtermno, buf, count); in put_chars()
1167 if (unlikely(early_put_chars)) in get_chars()
1236 early_put_chars = put_chars; in virtio_cons_early_init()
1281 if (early_put_chars) in init_port_console()
1282 early_put_chars = NULL; in init_port_console()
2024 bool early = early_put_chars != NULL; in virtcons_probe()