Searched refs:sti_rom_font (Results 1 – 3 of 3) sorted by relevance
496 struct sti_rom_font *nf; in sti_select_fbfont()511 size += sizeof(struct sti_rom_font); in sti_select_fbfont()528 dest += sizeof(struct sti_rom_font); in sti_select_fbfont()559 p += sizeof(struct sti_rom_font); in sti_dump_font()635 struct sti_rom_font *f = font_start->raw; in sti_dump_rom()648 struct sti_rom_font *raw_font, *font_start; in sti_cook_fonts()684 int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct sti_rom_font); in sti_font_convert_bytemode()685 struct sti_rom_font *old_font; in sti_font_convert_bytemode()702 f->raw = (struct sti_rom_font *) (n + 3); in sti_font_convert_bytemode()726 struct sti_rom_font *raw_font, *font_start; in sti_get_bmode_rom()
180 struct sti_rom_font *new_font; in sticon_set_font()
227 struct sti_rom_font { struct243 struct sti_rom_font *raw; /* native ptr for STI functions */ argument