Home
last modified time | relevance | path

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

/linux/drivers/video/console/
H A Dsticon.c157 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 Dvgacon.c1043 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 Dfbcon.c2326 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() argument
2332 if (font->height > vpitch) in fbcon_get_font()
2336 return font_data_export(p->fontdata, font, vpitch); in fbcon_get_font()
2473 unsigned int vpitch, unsigned int flags) in fbcon_set_font() argument
2504 new_data = font_data_import(font, vpitch, crc32); in fbcon_set_font()