Lines Matching defs:width
570 unsigned int width, unsigned int height)
578 vgacon_xres = width * VGA_FONTWIDTH;
612 outb_p(width - 1, vga_video_port_val);
614 outb_p(width >> 1, vga_video_port_val);
1083 if (font->width != VGA_FONTWIDTH ||
1101 font->width = VGA_FONTWIDTH;
1109 static int vgacon_resize(struct vc_data *c, unsigned int width,
1112 if ((width << 1) * height > vga_vram_size)
1120 screen_info.orig_video_cols = width;
1125 if (width % 2 || width > screen_info.orig_video_cols ||
1131 vgacon_doresize(c, width, height);
1221 int width) { }