Searched refs:vpitch (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/console/ |
| H A D | sticon.c | 157 unsigned int vpitch) in sticon_set_font() argument 169 if ((w < 6) || (h < 6) || (w > 32) || (h > 32) || (vpitch != 32) in sticon_set_font() 258 unsigned int vpitch, unsigned int flags) in sticon_font_set() argument 260 return sticon_set_font(vc, font, vpitch); in sticon_font_set()
|
| H A D | vgacon.c | 1043 unsigned int vpitch, unsigned int flags) in vgacon_font_set() argument 1051 if (font->width != VGA_FONTWIDTH || font->height > 32 || vpitch != 32 || in vgacon_font_set() 1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get() argument 1066 if (vga_video_type < VIDEO_TYPE_EGAM || vpitch != 32) in vgacon_font_get()
|
| /linux/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 2327 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2333 if (font->height > vpitch) in fbcon_get_font() 2337 return font_data_export(p->fontdata, font, vpitch); in fbcon_get_font() 2467 unsigned int vpitch, unsigned int flags) in fbcon_do_set_font() 2498 new_data = font_data_import(font, vpitch, crc32); in fbcon_set_font() 2287 fbcon_get_font(struct vc_data * vc,struct console_font * font,unsigned int vpitch) fbcon_get_font() argument 2483 fbcon_set_font(struct vc_data * vc,const struct console_font * font,unsigned int vpitch,unsigned int flags) fbcon_set_font() argument
|
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 4916 unsigned int vpitch = op->op == KD_FONT_OP_GET_TALL ? op->height : 32; in con_font_set() 4918 if (vpitch > max_font_height) in con_font_set() 4935 int ret = vc->vc_sw->con_font_get(vc, &font, vpitch); in con_font_default() 4940 c = DIV_ROUND_UP(font.width, 8) * vpitch * font.charcount; in con_font_default() 4961 unsigned int vpitch = op->op == KD_FONT_OP_SET_TALL ? op->height : 32; in con_font_op() 4970 if (vpitch < op->height) 4972 size = DIV_ROUND_UP(op->width, 8) * vpitch * op->charcount; 4994 return vc->vc_sw->con_font_set(vc, &font, vpitch, op->flags); in screen_glyph_unicode() 4840 unsigned int vpitch = op->op == KD_FONT_OP_GET_TALL ? op->height : 32; con_font_get() local 4885 unsigned int vpitch = op->op == KD_FONT_OP_SET_TALL ? op->height : 32; con_font_set() local
|