Lines Matching defs:width
1117 static inline int resize_screen(struct vc_data *vc, int width, int height,
1124 err = vc->vc_sw->con_resize(vc, width, height, user);
2755 u8 width = 1;
2760 width = 2;
2830 if (!--width)
4519 * (shorts/ints, depending on width) reserved for each character which is
4561 c = (font.width+7)/8 * vpitch * font.charcount;
4565 if (font.width > op->width || font.height > op->height)
4571 op->width = font.width;
4595 if (op->width <= 0 || op->width > max_font_width || !op->height ||
4600 size = (op->width+7)/8 * vpitch * op->charcount;
4609 font.width = op->width;
4628 struct console_font font = {.width = op->width, .height = op->height};
4654 op->width = font.width;