Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Dsticore.c553 nf->next_font = 0; in sti_select_fbfont()
569 cooked_font->next_font = NULL; in sti_select_fbfont()
634 font = font->next_font, i--); in sti_select_font()
670 font_start = font_start->next_font; in sti_dump_rom()
692 while (raw_font->next_font) { in sti_cook_fonts()
696 if (!cooked_font->next_font) in sti_cook_fonts()
699 cooked_font = cooked_font->next_font; in sti_cook_fonts()
704 cooked_font->next_font = NULL; in sti_cook_fonts()
779 while (raw_font->next_font) { in sti_get_bmode_rom()
780 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
[all …]
/openbmc/linux/include/video/
H A Dsticore.h235 s32 next_font; /* note: signed int */ member
246 struct sti_cooked_font *next_font; member