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()558 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()584 font = font->next_font, i--); in sti_select_font()620 font_start = font_start->next_font; in sti_dump_rom()642 while (raw_font->next_font) { in sti_cook_fonts()643 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()645 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()646 if (!cooked_font->next_font) in sti_cook_fonts()649 cooked_font = cooked_font->next_font; in sti_cook_fonts()[all …]
234 u32 next_font; member245 struct sti_cooked_font *next_font; member