Lines Matching refs:font_start
543 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
570 for (font = rom->font_start, i = font_index[index]; in sti_select_font()
577 return rom->font_start; in sti_select_font()
589 DPRINTK((" font start %08x\n", rom->font_start)); in sti_dump_rom()
601 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
608 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
610 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
612 font_start = raw_font; in sti_cook_fonts()
616 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
637 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
684 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
696 BMODE_RELOCATE (raw->font_start); in sti_get_bmode_rom()
704 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
705 font_start = raw_font; in sti_get_bmode_rom()
709 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()