Lines Matching refs:font_start
542 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
569 for (font = rom->font_start, i = font_index[index]; in sti_select_font()
576 return rom->font_start; in sti_select_font()
588 DPRINTK((" font start %08x\n", rom->font_start)); in sti_dump_rom()
600 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
607 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
609 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
611 font_start = raw_font; in sti_cook_fonts()
615 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
636 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
683 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
695 BMODE_RELOCATE (raw->font_start); in sti_get_bmode_rom()
703 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
704 font_start = raw_font; in sti_get_bmode_rom()
708 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()