Lines Matching refs:next_font
525 nf->next_font = 0; in sti_select_fbfont()
540 cooked_font->next_font = NULL; in sti_select_fbfont()
571 font = font->next_font, i--); in sti_select_font()
614 while (raw_font->next_font) { in sti_cook_fonts()
615 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
617 cooked_font->next_font = kzalloc(sizeof(*cooked_font), GFP_KERNEL); in sti_cook_fonts()
618 if (!cooked_font->next_font) in sti_cook_fonts()
621 cooked_font = cooked_font->next_font; in sti_cook_fonts()
626 cooked_font->next_font = NULL; in sti_cook_fonts()
636 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
706 while (raw_font->next_font) { in sti_get_bmode_rom()
707 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
708 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()