Lines Matching refs:font_start
571 cooked_rom->font_start = cooked_font; in sti_select_fbfont()
608 for (font = rom->font_start; font; font = font->next_font, i++) { in sti_search_font()
632 for (font = rom->font_start, i = font_index - 1; in sti_select_font()
639 return rom->font_start; in sti_select_font()
646 struct sti_cooked_font *font_start; in sti_dump_rom() local
655 pr_debug(" font start %08x\n", rom->font_start); in sti_dump_rom()
662 font_start = sti->rom->font_start; in sti_dump_rom()
664 while (font_start) { in sti_dump_rom()
665 struct sti_rom_font *f = font_start->raw; in sti_dump_rom()
670 font_start = font_start->next_font; in sti_dump_rom()
678 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
685 cooked_rom->font_start = cooked_font; in sti_cook_fonts()
687 raw_font = ((void *)raw_rom) + (raw_rom->font_start); in sti_cook_fonts()
689 font_start = raw_font; in sti_cook_fonts()
693 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
756 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
768 BMODE_RELOCATE (raw->font_start); in sti_get_bmode_rom()
776 raw_font = ((void *)raw) + raw->font_start; in sti_get_bmode_rom()
777 font_start = raw_font; in sti_get_bmode_rom()
781 raw_font = ((void *)font_start) + raw_font->next_font; in sti_get_bmode_rom()