Home
last modified time | relevance | path

Searched refs:first_char (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/video/
H A Dsticore.h229 u16 first_char; member
/openbmc/linux/drivers/video/console/
H A Dsticon.c194 new_font->first_char = 0; in sticon_set_font()
/openbmc/linux/drivers/video/
H A Dsticore.c547 nf->first_char = 0; in sti_select_fbfont()
669 f->first_char, f->last_char, f->bytes_per_char); in sti_dump_rom()
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c1069 unsigned short first_char = 0; /*first char on the line*/ in ipmi_sunoem_cli() local
1184 if (count <= 0 || (first_char && cli_req.buf[0] == C_CTL_D)) { in ipmi_sunoem_cli()
1188 first_char = cli_req.buf[0] == '\n' || cli_req.buf[0] == '\r'; in ipmi_sunoem_cli()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h471 int first_char, int num_chars, // characters to bake
2518 int first_char, int num_chars, // characters to bake in stbtt_BakeFontBitmap() argument
2534 int g = stbtt_FindGlyphIndex(&f, first_char + i); in stbtt_BakeFontBitmap()