Lines Matching refs:next_font
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()
674 cooked_font->next_font = NULL; in sti_cook_fonts()
749 while (raw_font->next_font) { in sti_get_bmode_rom()
750 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
751 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()