Home
last modified time | relevance | path

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

/linux/arch/m68k/mvme16x/
H A Dmvme16x.h6 void mvme16x_cons_write(struct console *co, const char *str, unsigned count);
H A Dconfig.c202 void mvme16x_cons_write(struct console *co, const char *str, unsigned count) in mvme16x_cons_write() function
/linux/arch/m68k/kernel/
H A Dearly_printk.c35 early_console_instance.write = mvme16x_cons_write; in setup_early_printk()