Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dsticore.h242 struct sti_cooked_font { struct
245 struct sti_cooked_font *next_font; argument
253 struct sti_cooked_font *font_start; argument
361 struct sti_cooked_font *font; /* ptr to selected font (cooked) */
382 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
395 struct sti_cooked_font *font);
399 int height, int width, int c, struct sti_cooked_font *font);
402 struct sti_cooked_font *font);
/linux-6.1.9/drivers/video/console/
Dsticore.c140 struct sti_cooked_font *font) in sti_putc()
200 int height, int width, int c, struct sti_cooked_font *font) in sti_clear()
233 struct sti_cooked_font *font) in sti_bmove()
490 static struct sti_cooked_font *
497 struct sti_cooked_font *cooked_font; in sti_select_fbfont()
546 static struct sti_cooked_font *
553 static void sti_dump_font(struct sti_cooked_font *font) in sti_dump_font()
575 struct sti_cooked_font *font; in sti_search_font()
586 static struct sti_cooked_font *sti_select_font(struct sti_cooked_rom *rom) in sti_select_font()
588 struct sti_cooked_font *font; in sti_select_font()
[all …]
Dsticon.c64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES];
181 struct sti_cooked_font *cooked_font; in sticon_set_font()