Searched refs:next_font (Results 1 – 2 of 2) sorted by relevance
523 nf->next_font = 0; in sti_select_fbfont()539 cooked_font->next_font = NULL; in sti_select_fbfont()578 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()604 font = font->next_font, i--); in sti_select_font()640 font_start = font_start->next_font; in sti_dump_rom()662 while (raw_font->next_font) { in sti_cook_fonts()663 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()665 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()666 if (!cooked_font->next_font) in sti_cook_fonts()669 cooked_font = cooked_font->next_font; in sti_cook_fonts()[all …]
234 u32 next_font; member245 struct sti_cooked_font *next_font; member