Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dbtext.h27 extern void btext_drawtext(const char *c, unsigned int len);
/Linux-v5.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-v5.10/arch/powerpc/kernel/
Dbtext.c545 void btext_drawtext(const char *c, unsigned int len) in btext_drawtext() function
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dbootx_init.c55 btext_drawtext(p, q - p); in bootx_printf()