Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/
H A Dsticore.c526 struct sti_rom_font *nf; in sti_select_fbfont()
541 size += sizeof(struct sti_rom_font); in sti_select_fbfont()
558 dest += sizeof(struct sti_rom_font); in sti_select_fbfont()
589 p += sizeof(struct sti_rom_font); in sti_dump_font()
665 struct sti_rom_font *f = font_start->raw; in sti_dump_rom()
678 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts()
714 int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct sti_rom_font); in sti_font_convert_bytemode()
715 struct sti_rom_font *old_font; in sti_font_convert_bytemode()
732 f->raw = (struct sti_rom_font *) (n + 3); in sti_font_convert_bytemode()
756 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom()
/openbmc/linux/include/video/
H A Dsticore.h228 struct sti_rom_font { struct
244 struct sti_rom_font *raw; /* native ptr for STI functions */ argument
/openbmc/linux/drivers/video/console/
H A Dsticon.c179 struct sti_rom_font *new_font; in sticon_set_font()