Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/
H A Dvirtio_console.c240 static int (*early_put_chars)(u32, const char *, int); variable
1123 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()
2018 /* Ensure to read early_put_chars now */ in virtcons_probe()
/kernel/linux/linux-6.6/drivers/char/
H A Dvirtio_console.c234 static int (*early_put_chars)(u32, const char *, int); variable
1117 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()
2013 /* Ensure to read early_put_chars now */ in virtcons_probe()

Completed in 6 milliseconds