Lines Matching defs:width
528 unsigned int width, unsigned int height)
536 vgacon_xres = width * VGA_FONTWIDTH;
570 outb_p(width - 1, vga_video_port_val);
572 outb_p(width >> 1, vga_video_port_val);
1022 if (font->width != VGA_FONTWIDTH || font->height > 32 || vpitch != 32 ||
1040 font->width = VGA_FONTWIDTH;
1048 static int vgacon_resize(struct vc_data *c, unsigned int width,
1051 if ((width << 1) * height > vga_vram_size)
1059 screen_info.orig_video_cols = width;
1064 if (width % 2 || width > screen_info.orig_video_cols ||
1070 vgacon_doresize(c, width, height);
1160 int width) { }