Searched refs:early_shadow_write (Results 1 – 2 of 2) sorted by relevance
25 __init void early_shadow_write(struct console *con, const char *s, in early_shadow_write() function46 .write = early_shadow_write,109 early_shadow_write(NULL, ascii, n); in early_shadow_reg()
21 extern void early_shadow_write(struct console *con, const char *s,23 #define early_shadow_puts(str) early_shadow_write(NULL, str, strlen(str))