Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dvirtio_console.c241 static int (*early_put_chars)(u32, const char *, int); variable
1124 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()