tag | line | file | source code |
---|---|---|---|
findsoftfont | 575 | arch/m68k/console/fbcon.c | !findsoftfont(fb_info->fontname, &p->fontwidth, &p->fontheight, |
findsoftfont | 1758 | arch/m68k/console/fbcon.c | if (!findsoftfont( name, &w, &h, (u_char **)&data )) |
findsoftfont | 21 | include/asm-m68k/font.h | extern int findsoftfont(char *name, int *width, int *height, u_char *data[]); |