Searched refs:next_font (Results 1 – 2 of 2) sorted by relevance
553 nf->next_font = 0; in sti_select_fbfont()569 cooked_font->next_font = NULL; in sti_select_fbfont()608 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()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()693 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()695 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); 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()[all …]
235 s32 next_font; /* note: signed int */ member246 struct sti_cooked_font *next_font; member