Searched refs:charcount (Results 1 – 23 of 23) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | kd.h | 15 unsigned short charcount; /* characters in font (256 or 512) */ member 163 unsigned int charcount; member 171 unsigned int charcount; member
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 706 static int fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) in fbcon_invalid_charcount() argument 711 info->tileops->fb_get_tilemax(info) < charcount) in fbcon_invalid_charcount() 727 static int fbcon_invalid_charcount(struct fb_info *info, unsigned charcount) in fbcon_invalid_charcount() argument 1023 vc->vc_font.charcount = font->charcount; in fbcon_startup() 1084 vc->vc_font.charcount = fvc->vc_font.charcount; in fbcon_init() 1100 vc->vc_font.charcount = font->charcount; in fbcon_init() 1106 if (vc->vc_font.charcount == 256) { in fbcon_init() 1415 vc->vc_font.charcount = (*default_mode)->vc_font.charcount; in fbcon_set_disp() 1429 if (vc->vc_font.charcount == 256) { in fbcon_set_disp() 2069 size = CALC_FONTSZ(vc->vc_font.height, pitch, vc->vc_font.charcount); in fbcon_resize() [all …]
|
| H A D | bitblit.c | 82 unsigned int charcnt = vc->vc_font.charcount; in bit_putcs_aligned() 119 unsigned int charcnt = vc->vc_font.charcount; in bit_putcs_unaligned()
|
| /linux/drivers/video/console/ |
| H A D | sticon.c | 170 || (op->charcount != 256 && op->charcount != 512)) in sticon_set_font() 174 size = bpc * op->charcount; in sticon_set_font() 181 new_font->last_char = op->charcount - 1; in sticon_set_font() 202 for (i = 0; i < op->charcount; i++) { in sticon_set_font()
|
| H A D | newport_con.c | 504 int size = h * op->charcount; in newport_set_font() 511 || (op->charcount != 256 && op->charcount != 512)) in newport_set_font() 519 FNTCHARCNT(new_data) = op->charcount; in newport_set_font() 524 for (i = 0; i < op->charcount; i++) { in newport_set_font()
|
| H A D | vgacon.c | 1045 unsigned charcount = font->charcount; in vgacon_font_set() local 1052 (charcount != 256 && charcount != 512)) in vgacon_font_set() 1055 rc = vgacon_do_font_op(&vgastate, font->data, 1, charcount == 512); in vgacon_font_set() 1071 font->charcount = vga_512_chars ? 512 : 256; in vgacon_font_get()
|
| /linux/lib/fonts/ |
| H A D | font_6x10.c | 3086 .charcount = 256,
|
| H A D | font_8x8.c | 2581 .charcount = 256,
|
| H A D | font_pearl_8x8.c | 2585 .charcount = 256,
|
| H A D | font_6x11.c | 3349 .charcount = 256,
|
| H A D | font_6x8.c | 2574 .charcount = 256,
|
| H A D | font_mini_4x6.c | 2155 .charcount = 256,
|
| H A D | font_7x14.c | 4116 .charcount = 256,
|
| H A D | font_ter16x32.c | 2065 .charcount = 256,
|
| H A D | font_acorn_8x8.c | 273 .charcount = 256,
|
| H A D | font_sun12x22.c | 6159 .charcount = 256,
|
| H A D | font_sun8x16.c | 271 .charcount = 256,
|
| H A D | font_8x16.c | 4630 .charcount = 256,
|
| H A D | font_10x18.c | 5140 .charcount = 256,
|
| H A D | font_ter10x18.c | 5136 .charcount = 256,
|
| /linux/include/linux/ |
| H A D | font.h | 20 unsigned int charcount; member
|
| /linux/drivers/video/ |
| H A D | sticore.c | 540 size = bpc * fbfont->charcount; in sti_select_fbfont() 548 nf->last_char = fbfont->charcount - 1; in sti_select_fbfont() 559 memcpy(dest, fbfont->data, bpc * fbfont->charcount); in sti_select_fbfont()
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4865 c = DIV_ROUND_UP(font.width, 8) * vpitch * font.charcount; in con_font_get() 4867 if (op->data && font.charcount > op->charcount) in con_font_get() 4874 op->charcount = font.charcount; in con_font_get() 4890 if (op->charcount > max_font_glyphs) in con_font_set() 4897 size = DIV_ROUND_UP(op->width, 8) * vpitch * op->charcount; in con_font_set() 4905 font.charcount = op->charcount; in con_font_set()
|