Home
last modified time | relevance | path

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

/linux/include/video/
H A Dsticore.h243 struct sti_cooked_font { struct
246 struct sti_cooked_font *next_font; argument
254 struct sti_cooked_font *font_start; argument
363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */
384 void sti_font_convert_bytemode(struct sti_struct *sti, struct sti_cooked_font *f);
397 struct sti_cooked_font *font);
401 int height, int width, int c, struct sti_cooked_font *font);
404 struct sti_cooked_font *font);
/linux/drivers/video/console/
H A Dsticon.c64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES];
166 struct sti_cooked_font *cooked_font; in sticon_set_font()