Lines Matching refs:font_start
541 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
578 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
602 for (font = rom->font_start, i = font_index - 1; in sti_select_font()
609 return rom->font_start; in sti_select_font()
616 struct sti_cooked_font *font_start; in sti_dump_rom() local
625 pr_debug(" font start %08x\n", rom->font_start); in sti_dump_rom()
632 font_start = sti->rom->font_start; in sti_dump_rom()
634 while (font_start) { in sti_dump_rom()
635 struct sti_rom_font *f = font_start->raw; in sti_dump_rom()
640 font_start = font_start->next_font; in sti_dump_rom()
648 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
655 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
657 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
659 font_start = raw_font; in sti_cook_fonts()
663 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
726 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
738 BMODE_RELOCATE (raw->font_start); in sti_get_bmode_rom()
746 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
747 font_start = raw_font; in sti_get_bmode_rom()
751 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()