Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/console/
Dsticore.c522 nf->bytes_per_char = bpc; in sti_select_fbfont()
561 font->raw->bytes_per_char); in sti_dump_font()
563 for (n = 0; n < 256 * font->raw->bytes_per_char; n += 16, p += 16) { in sti_dump_font()
639 f->first_char, f->last_char, f->bytes_per_char); in sti_dump_rom()
684 int size = f->raw->bytes_per_char * (f->raw->last_char + 1) + sizeof(struct sti_rom_font); in sti_font_convert_bytemode()
Dsticon.c200 new_font->bytes_per_char = bpc; in sticon_set_font()
/linux-6.1.9/drivers/video/fbdev/
Dsticore.h233 u8 bytes_per_char; member