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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A 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))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dshadow_console.c25 __init void early_shadow_write(struct console *con, const char *s, function
46 .write = early_shadow_write,
109 early_shadow_write(NULL, ascii, n);

Completed in 66 milliseconds