Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dshadow_console.c25 __init void early_shadow_write(struct console *con, const char *s, in early_shadow_write() function
46 .write = early_shadow_write,
109 early_shadow_write(NULL, ascii, n); in early_shadow_reg()
/linux-4.1.27/arch/blackfin/include/asm/
Dearly_printk.h21 extern void early_shadow_write(struct console *con, const char *s,
23 #define early_shadow_puts(str) early_shadow_write(NULL, str, strlen(str))