Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/accessibility/speakup/
Dspeakup_decext.c24 static volatile unsigned char last_char; variable
28 last_char = ch; in read_buff_add()
33 return last_char == 0x13; in synth_full()
/linux-6.1.9/drivers/video/console/
Dsticore.c518 nf->last_char = fbfont->charcount - 1; in sti_select_fbfont()
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.c196 new_font->last_char = op->charcount - 1; in sticon_set_font()
/linux-6.1.9/drivers/video/fbdev/
Dsticore.h229 u16 last_char; member