Home
last modified time | relevance | path

Searched refs:btext_drawtext (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/
Dbtext.h27 void __init btext_drawtext(const char *c, unsigned int len);
/linux-5.19.10/arch/sparc/kernel/
Dbtext.c188 static void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() function
300 btext_drawtext(s, n); in btext_console_write()
/linux-5.19.10/arch/powerpc/kernel/
Dbtext.c546 void __init btext_drawtext(const char *c, unsigned int len) in btext_drawtext() function
/linux-5.19.10/arch/powerpc/platforms/powermac/
Dbootx_init.c56 btext_drawtext(p, q - p); in bootx_printf()