Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/
Dsticore.c552 nf->bytes_per_char = bpc; in sti_select_fbfont()
591 font->raw->bytes_per_char); in sti_dump_font()
593 for (n = 0; n < 256 * font->raw->bytes_per_char; n += 16, p += 16) { in sti_dump_font()
669 f->first_char, f->last_char, f->bytes_per_char); in sti_dump_rom()
714 int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct sti_rom_font); in sti_font_convert_bytemode()
/Linux-v6.6/include/video/
Dsticore.h234 u8 bytes_per_char; member
/Linux-v6.6/drivers/video/console/
Dsticon.c199 new_font->bytes_per_char = bpc; in sticon_set_font()