Lines Matching refs:font_start
540 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
557 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
581 for (font = rom->font_start, i = font_index - 1; in sti_select_font()
588 return rom->font_start; in sti_select_font()
595 struct sti_cooked_font *font_start; in sti_dump_rom() local
604 pr_debug(" font start %08x\n", rom->font_start); in sti_dump_rom()
611 font_start = sti->rom->font_start; in sti_dump_rom()
613 while (font_start) { in sti_dump_rom()
614 struct sti_rom_font *f = font_start->raw; in sti_dump_rom()
619 font_start = font_start->next_font; in sti_dump_rom()
627 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
634 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
636 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
638 font_start = raw_font; in sti_cook_fonts()
642 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
705 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
717 BMODE_RELOCATE (raw->font_start); in sti_get_bmode_rom()
725 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
726 font_start = raw_font; in sti_get_bmode_rom()
730 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()