Home
last modified time | relevance | path

Searched refs:raw_font (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/
H A Dsticore.c678 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts() local
689 font_start = raw_font; in sti_cook_fonts()
690 cooked_font->raw = raw_font; in sti_cook_fonts()
692 while (raw_font->next_font) { in sti_cook_fonts()
693 raw_font = ((void *)font_start) + (raw_font->next_font); in sti_cook_fonts()
701 cooked_font->raw = raw_font; in sti_cook_fonts()
756 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom() local
777 font_start = raw_font; in sti_get_bmode_rom()
779 while (raw_font->next_font) { in sti_get_bmode_rom()
780 BMODE_RELOCATE (raw_font->next_font); in sti_get_bmode_rom()
[all …]