vc_font           899 drivers/tty/vt/vt_ioctl.c 					vcp->vc_font.height = v.v_clin;
vc_font           234 drivers/usb/misc/sisusbvga/sisusb_con.c 	c->vc_font.height = sisusb->current_font_height;
vc_font           238 drivers/usb/misc/sisusbvga/sisusb_con.c 	rows = c->vc_scan_lines / c->vc_font.height;
vc_font           727 drivers/usb/misc/sisusbvga/sisusb_con.c 	baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2);
vc_font           731 drivers/usb/misc/sisusbvga/sisusb_con.c 					to   = c->vc_font.height;
vc_font           733 drivers/usb/misc/sisusbvga/sisusb_con.c 		case CUR_TWO_THIRDS:	from = c->vc_font.height / 3;
vc_font           736 drivers/usb/misc/sisusbvga/sisusb_con.c 		case CUR_LOWER_HALF:	from = c->vc_font.height / 2;
vc_font           739 drivers/usb/misc/sisusbvga/sisusb_con.c 		case CUR_LOWER_THIRD:	from = (c->vc_font.height * 2) / 3;
vc_font          1182 drivers/usb/misc/sisusbvga/sisusb_con.c 				vc->vc_font.height = fh;
vc_font          1256 drivers/usb/misc/sisusbvga/sisusb_con.c 	font->height = c->vc_font.height;
vc_font           599 drivers/video/console/vgacon.c 	c->vc_font.height = vga_video_font_height;
vc_font           732 drivers/video/console/vgacon.c 					       c->vc_font.height -
vc_font           733 drivers/video/console/vgacon.c 					       (c->vc_font.height <
vc_font           735 drivers/video/console/vgacon.c 					       c->vc_font.height -
vc_font           736 drivers/video/console/vgacon.c 					       (c->vc_font.height <
vc_font           741 drivers/video/console/vgacon.c 					       c->vc_font.height / 3,
vc_font           742 drivers/video/console/vgacon.c 					       c->vc_font.height -
vc_font           743 drivers/video/console/vgacon.c 					       (c->vc_font.height <
vc_font           748 drivers/video/console/vgacon.c 					       (c->vc_font.height * 2) / 3,
vc_font           749 drivers/video/console/vgacon.c 					       c->vc_font.height -
vc_font           750 drivers/video/console/vgacon.c 					       (c->vc_font.height <
vc_font           755 drivers/video/console/vgacon.c 					       c->vc_font.height / 2,
vc_font           756 drivers/video/console/vgacon.c 					       c->vc_font.height -
vc_font           757 drivers/video/console/vgacon.c 					       (c->vc_font.height <
vc_font           768 drivers/video/console/vgacon.c 					       c->vc_font.height);
vc_font           779 drivers/video/console/vgacon.c 	unsigned int scanlines = height * c->vc_font.height;
vc_font           785 drivers/video/console/vgacon.c 	vgacon_yres = height * c->vc_font.height;
vc_font           840 drivers/video/console/vgacon.c 	int y = c->vc_rows * c->vc_font.height;
vc_font           842 drivers/video/console/vgacon.c 		c->vc_font.height;
vc_font          1274 drivers/video/console/vgacon.c 			c->vc_font.height = fontheight;
vc_font          1309 drivers/video/console/vgacon.c 	font->height = c->vc_font.height;
vc_font          1324 drivers/video/console/vgacon.c 	    c->vc_font.height)
vc_font            28 drivers/video/fbdev/core/bitblit.c 	int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
vc_font            29 drivers/video/fbdev/core/bitblit.c 	int width = DIV_ROUND_UP(vc->vc_font.width, 8);
vc_font            30 drivers/video/fbdev/core/bitblit.c 	unsigned int cellsize = vc->vc_font.height * width;
vc_font            51 drivers/video/fbdev/core/bitblit.c 	area.sx = sx * vc->vc_font.width;
vc_font            52 drivers/video/fbdev/core/bitblit.c 	area.sy = sy * vc->vc_font.height;
vc_font            53 drivers/video/fbdev/core/bitblit.c 	area.dx = dx * vc->vc_font.width;
vc_font            54 drivers/video/fbdev/core/bitblit.c 	area.dy = dy * vc->vc_font.height;
vc_font            55 drivers/video/fbdev/core/bitblit.c 	area.height = height * vc->vc_font.height;
vc_font            56 drivers/video/fbdev/core/bitblit.c 	area.width = width * vc->vc_font.width;
vc_font            68 drivers/video/fbdev/core/bitblit.c 	region.dx = sx * vc->vc_font.width;
vc_font            69 drivers/video/fbdev/core/bitblit.c 	region.dy = sy * vc->vc_font.height;
vc_font            70 drivers/video/fbdev/core/bitblit.c 	region.width = width * vc->vc_font.width;
vc_font            71 drivers/video/fbdev/core/bitblit.c 	region.height = height * vc->vc_font.height;
vc_font            83 drivers/video/fbdev/core/bitblit.c 	u32 idx = vc->vc_font.width >> 3;
vc_font            87 drivers/video/fbdev/core/bitblit.c 		src = vc->vc_font.data + (scr_readw(s++)&
vc_font           116 drivers/video/fbdev/core/bitblit.c 	u32 shift_low = 0, mod = vc->vc_font.width % 8;
vc_font           118 drivers/video/fbdev/core/bitblit.c 	u32 idx = vc->vc_font.width >> 3;
vc_font           122 drivers/video/fbdev/core/bitblit.c 		src = vc->vc_font.data + (scr_readw(s++)&
vc_font           148 drivers/video/fbdev/core/bitblit.c 	u32 width = DIV_ROUND_UP(vc->vc_font.width, 8);
vc_font           149 drivers/video/fbdev/core/bitblit.c 	u32 cellsize = width * vc->vc_font.height;
vc_font           153 drivers/video/fbdev/core/bitblit.c 	u32 mod = vc->vc_font.width % 8, cnt, pitch, size;
vc_font           159 drivers/video/fbdev/core/bitblit.c 	image.dx = xx * vc->vc_font.width;
vc_font           160 drivers/video/fbdev/core/bitblit.c 	image.dy = yy * vc->vc_font.height;
vc_font           161 drivers/video/fbdev/core/bitblit.c 	image.height = vc->vc_font.height;
vc_font           176 drivers/video/fbdev/core/bitblit.c 		image.width = vc->vc_font.width * cnt;
vc_font           192 drivers/video/fbdev/core/bitblit.c 		image.dx += cnt * vc->vc_font.width;
vc_font           208 drivers/video/fbdev/core/bitblit.c 	unsigned int cw = vc->vc_font.width;
vc_font           209 drivers/video/fbdev/core/bitblit.c 	unsigned int ch = vc->vc_font.height;
vc_font           242 drivers/video/fbdev/core/bitblit.c 	int w = DIV_ROUND_UP(vc->vc_font.width, 8), c;
vc_font           261 drivers/video/fbdev/core/bitblit.c 	src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height));
vc_font           272 drivers/video/fbdev/core/bitblit.c 		dst = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC);
vc_font           289 drivers/video/fbdev/core/bitblit.c 	if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) ||
vc_font           290 drivers/video/fbdev/core/bitblit.c 	    (ops->cursor_state.image.dy != (vc->vc_font.height * y)) ||
vc_font           292 drivers/video/fbdev/core/bitblit.c 		ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x;
vc_font           293 drivers/video/fbdev/core/bitblit.c 		ops->cursor_state.image.dy = vc->vc_font.height * y;
vc_font           297 drivers/video/fbdev/core/bitblit.c 	if (ops->cursor_state.image.height != vc->vc_font.height ||
vc_font           298 drivers/video/fbdev/core/bitblit.c 	    ops->cursor_state.image.width != vc->vc_font.width ||
vc_font           300 drivers/video/fbdev/core/bitblit.c 		ops->cursor_state.image.height = vc->vc_font.height;
vc_font           301 drivers/video/fbdev/core/bitblit.c 		ops->cursor_state.image.width = vc->vc_font.width;
vc_font           315 drivers/video/fbdev/core/bitblit.c 		char *mask = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC);
vc_font           333 drivers/video/fbdev/core/bitblit.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
vc_font           336 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height/3;
vc_font           339 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height >> 1;
vc_font           342 drivers/video/fbdev/core/bitblit.c 			cur_height = (vc->vc_font.height << 1)/3;
vc_font           346 drivers/video/fbdev/core/bitblit.c 			cur_height = vc->vc_font.height;
vc_font           349 drivers/video/fbdev/core/bitblit.c 		size = (vc->vc_font.height - cur_height) * w;
vc_font           623 drivers/video/fbdev/core/fbcon.c 	logo_lines = DIV_ROUND_UP(logo_height, vc->vc_font.height);
vc_font          1045 drivers/video/fbdev/core/fbcon.c 	if (!p->fontdata && !vc->vc_font.data) {
vc_font          1051 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.width = font->width;
vc_font          1052 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.height = font->height;
vc_font          1053 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.data = (void *)(p->fontdata = font->data);
vc_font          1054 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.charcount = 256; /* FIXME  Need to support more fonts */
vc_font          1056 drivers/video/fbdev/core/fbcon.c 		p->fontdata = vc->vc_font.data;
vc_font          1061 drivers/video/fbdev/core/fbcon.c 	cols /= vc->vc_font.width;
vc_font          1062 drivers/video/fbdev/core/fbcon.c 	rows /= vc->vc_font.height;
vc_font          1114 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.data = (void *)(p->fontdata =
vc_font          1115 drivers/video/fbdev/core/fbcon.c 						    fvc->vc_font.data);
vc_font          1116 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.width = fvc->vc_font.width;
vc_font          1117 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.height = fvc->vc_font.height;
vc_font          1130 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.width = font->width;
vc_font          1131 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.height = font->height;
vc_font          1132 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.data = (void *)(p->fontdata = font->data);
vc_font          1133 drivers/video/fbdev/core/fbcon.c 			vc->vc_font.charcount = 256; /* FIXME  Need to
vc_font          1171 drivers/video/fbdev/core/fbcon.c 	new_cols /= vc->vc_font.width;
vc_font          1172 drivers/video/fbdev/core/fbcon.c 	new_rows /= vc->vc_font.height;
vc_font          1271 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.data = NULL;
vc_font          1436 drivers/video/fbdev/core/fbcon.c 	if (!vc->vc_font.data) {
vc_font          1437 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.data = (void *)(p->fontdata = t->fontdata);
vc_font          1438 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.width = (*default_mode)->vc_font.width;
vc_font          1439 drivers/video/fbdev/core/fbcon.c 		vc->vc_font.height = (*default_mode)->vc_font.height;
vc_font          1470 drivers/video/fbdev/core/fbcon.c 	cols /= vc->vc_font.width;
vc_font          1471 drivers/video/fbdev/core/fbcon.c 	rows /= vc->vc_font.height;
vc_font          1491 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          1510 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          1533 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          1557 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          1581 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          1605 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = p->yscroll * vc->vc_font.height;
vc_font          2146 drivers/video/fbdev/core/fbcon.c 	int fh = vc->vc_font.height;
vc_font          2156 drivers/video/fbdev/core/fbcon.c 		divides(ypan, vc->vc_font.height) && vyres > yres;
vc_font          2158 drivers/video/fbdev/core/fbcon.c 		divides(ywrap, vc->vc_font.height) &&
vc_font          2159 drivers/video/fbdev/core/fbcon.c 		divides(vc->vc_font.height, vyres) &&
vc_font          2160 drivers/video/fbdev/core/fbcon.c 		divides(vc->vc_font.height, yres);
vc_font          2199 drivers/video/fbdev/core/fbcon.c 	virt_fw = FBCON_SWAP(ops->rotate, vc->vc_font.width,
vc_font          2200 drivers/video/fbdev/core/fbcon.c 				 vc->vc_font.height);
vc_font          2201 drivers/video/fbdev/core/fbcon.c 	virt_fh = FBCON_SWAP(ops->rotate, vc->vc_font.height,
vc_font          2202 drivers/video/fbdev/core/fbcon.c 				 vc->vc_font.width);
vc_font          2326 drivers/video/fbdev/core/fbcon.c 		charcnt = FNTCHARCNT(vc->vc_font.data);
vc_font          2455 drivers/video/fbdev/core/fbcon.c 	u8 *fontdata = vc->vc_font.data;
vc_font          2459 drivers/video/fbdev/core/fbcon.c 	font->width = vc->vc_font.width;
vc_font          2460 drivers/video/fbdev/core/fbcon.c 	font->height = vc->vc_font.height;
vc_font          2466 drivers/video/fbdev/core/fbcon.c 		j = vc->vc_font.height;
vc_font          2474 drivers/video/fbdev/core/fbcon.c 		j = vc->vc_font.height * 2;
vc_font          2483 drivers/video/fbdev/core/fbcon.c 			for (j = 0; j < vc->vc_font.height; j++) {
vc_font          2493 drivers/video/fbdev/core/fbcon.c 		j = vc->vc_font.height * 4;
vc_font          2578 drivers/video/fbdev/core/fbcon.c 	resize = (w != vc->vc_font.width) || (h != vc->vc_font.height);
vc_font          2580 drivers/video/fbdev/core/fbcon.c 		old_data = vc->vc_font.data;
vc_font          2585 drivers/video/fbdev/core/fbcon.c 	vc->vc_font.data = (void *)(p->fontdata = data);
vc_font          2588 drivers/video/fbdev/core/fbcon.c 	vc->vc_font.width = w;
vc_font          2589 drivers/video/fbdev/core/fbcon.c 	vc->vc_font.height = h;
vc_font          2619 drivers/video/fbdev/core/fbcon.c 	struct console_font *f = &vc->vc_font;
vc_font          2692 drivers/video/fbdev/core/fbcon.c 		    tmp->vc_font.width == w &&
vc_font          2921 drivers/video/fbdev/core/fbcon.c 	ops->var.yoffset = offset * vc->vc_font.height;
vc_font          2981 drivers/video/fbdev/core/fbcon.c 		cols /= vc->vc_font.width;
vc_font          2982 drivers/video/fbdev/core/fbcon.c 		rows /= vc->vc_font.height;
vc_font          3026 drivers/video/fbdev/core/fbcon.c 		cols /= vc->vc_font.width;
vc_font          3027 drivers/video/fbdev/core/fbcon.c 		rows /= vc->vc_font.height;
vc_font          3323 drivers/video/fbdev/core/fbcon.c 				caps->x |= 1 << (vc->vc_font.width - 1);
vc_font          3324 drivers/video/fbdev/core/fbcon.c 				caps->y |= 1 << (vc->vc_font.height - 1);
vc_font          3337 drivers/video/fbdev/core/fbcon.c 			caps->x = 1 << (vc->vc_font.width - 1);
vc_font          3338 drivers/video/fbdev/core/fbcon.c 			caps->y = 1 << (vc->vc_font.height - 1);
vc_font            28 drivers/video/fbdev/core/fbcon_ccw.c 	int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
vc_font            29 drivers/video/fbdev/core/fbcon_ccw.c 	int width = (vc->vc_font.height + 7) >> 3;
vc_font            30 drivers/video/fbdev/core/fbcon_ccw.c 	int mod = vc->vc_font.height % 8;
vc_font            39 drivers/video/fbdev/core/fbcon_ccw.c 	for (i = 0; i < vc->vc_font.width; i++) {
vc_font            70 drivers/video/fbdev/core/fbcon_ccw.c 	area.sx = sy * vc->vc_font.height;
vc_font            71 drivers/video/fbdev/core/fbcon_ccw.c 	area.sy = vyres - ((sx + width) * vc->vc_font.width);
vc_font            72 drivers/video/fbdev/core/fbcon_ccw.c 	area.dx = dy * vc->vc_font.height;
vc_font            73 drivers/video/fbdev/core/fbcon_ccw.c 	area.dy = vyres - ((dx + width) * vc->vc_font.width);
vc_font            74 drivers/video/fbdev/core/fbcon_ccw.c 	area.width = height * vc->vc_font.height;
vc_font            75 drivers/video/fbdev/core/fbcon_ccw.c 	area.height  = width * vc->vc_font.width;
vc_font            89 drivers/video/fbdev/core/fbcon_ccw.c 	region.dx = sy * vc->vc_font.height;
vc_font            90 drivers/video/fbdev/core/fbcon_ccw.c 	region.dy = vyres - ((sx + width) * vc->vc_font.width);
vc_font            91 drivers/video/fbdev/core/fbcon_ccw.c 	region.height = width * vc->vc_font.width;
vc_font            92 drivers/video/fbdev/core/fbcon_ccw.c 	region.width = height * vc->vc_font.height;
vc_font           105 drivers/video/fbdev/core/fbcon_ccw.c 	u32 idx = (vc->vc_font.height + 7) >> 3;
vc_font           118 drivers/video/fbdev/core/fbcon_ccw.c 						vc->vc_font.width);
vc_font           121 drivers/video/fbdev/core/fbcon_ccw.c 					      vc->vc_font.width);
vc_font           123 drivers/video/fbdev/core/fbcon_ccw.c 		dst += d_pitch * vc->vc_font.width;
vc_font           135 drivers/video/fbdev/core/fbcon_ccw.c 	u32 width = (vc->vc_font.height + 7)/8;
vc_font           136 drivers/video/fbdev/core/fbcon_ccw.c 	u32 cellsize = width * vc->vc_font.width;
vc_font           150 drivers/video/fbdev/core/fbcon_ccw.c 	image.dx = yy * vc->vc_font.height;
vc_font           151 drivers/video/fbdev/core/fbcon_ccw.c 	image.dy = vyres - ((xx + count) * vc->vc_font.width);
vc_font           152 drivers/video/fbdev/core/fbcon_ccw.c 	image.width = vc->vc_font.height;
vc_font           169 drivers/video/fbdev/core/fbcon_ccw.c 		image.height = vc->vc_font.width * cnt;
vc_font           194 drivers/video/fbdev/core/fbcon_ccw.c 	unsigned int cw = vc->vc_font.width;
vc_font           195 drivers/video/fbdev/core/fbcon_ccw.c 	unsigned int ch = vc->vc_font.height;
vc_font           227 drivers/video/fbdev/core/fbcon_ccw.c 	int w = (vc->vc_font.height + 7) >> 3, c;
vc_font           250 drivers/video/fbdev/core/fbcon_ccw.c 	src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
vc_font           261 drivers/video/fbdev/core/fbcon_ccw.c 		dst = kmalloc_array(w, vc->vc_font.width, GFP_ATOMIC);
vc_font           278 drivers/video/fbdev/core/fbcon_ccw.c 	if (ops->cursor_state.image.height != vc->vc_font.width ||
vc_font           279 drivers/video/fbdev/core/fbcon_ccw.c 	    ops->cursor_state.image.width != vc->vc_font.height ||
vc_font           281 drivers/video/fbdev/core/fbcon_ccw.c 		ops->cursor_state.image.height = vc->vc_font.width;
vc_font           282 drivers/video/fbdev/core/fbcon_ccw.c 		ops->cursor_state.image.width = vc->vc_font.height;
vc_font           286 drivers/video/fbdev/core/fbcon_ccw.c 	dx = y * vc->vc_font.height;
vc_font           287 drivers/video/fbdev/core/fbcon_ccw.c 	dy = vyres - ((vc->vc_x + 1) * vc->vc_font.width);
vc_font           307 drivers/video/fbdev/core/fbcon_ccw.c 		char *tmp, *mask = kmalloc_array(w, vc->vc_font.width,
vc_font           310 drivers/video/fbdev/core/fbcon_ccw.c 		int width = (vc->vc_font.width + 7)/8;
vc_font           315 drivers/video/fbdev/core/fbcon_ccw.c 		tmp = kmalloc_array(width, vc->vc_font.height, GFP_ATOMIC);
vc_font           333 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
vc_font           336 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height/3;
vc_font           339 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height >> 1;
vc_font           342 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = (vc->vc_font.height << 1)/3;
vc_font           346 drivers/video/fbdev/core/fbcon_ccw.c 			cur_height = vc->vc_font.height;
vc_font           350 drivers/video/fbdev/core/fbcon_ccw.c 		size = (vc->vc_font.height - cur_height) * width;
vc_font           356 drivers/video/fbdev/core/fbcon_ccw.c 		memset(mask, 0, w * vc->vc_font.width);
vc_font           357 drivers/video/fbdev/core/fbcon_ccw.c 		rotate_ccw(tmp, mask, vc->vc_font.width, vc->vc_font.height);
vc_font            28 drivers/video/fbdev/core/fbcon_cw.c 	int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
vc_font            29 drivers/video/fbdev/core/fbcon_cw.c 	int width = (vc->vc_font.height + 7) >> 3;
vc_font            32 drivers/video/fbdev/core/fbcon_cw.c 	for (i = 0; i < vc->vc_font.width; i++) {
vc_font            55 drivers/video/fbdev/core/fbcon_cw.c 	area.sx = vxres - ((sy + height) * vc->vc_font.height);
vc_font            56 drivers/video/fbdev/core/fbcon_cw.c 	area.sy = sx * vc->vc_font.width;
vc_font            57 drivers/video/fbdev/core/fbcon_cw.c 	area.dx = vxres - ((dy + height) * vc->vc_font.height);
vc_font            58 drivers/video/fbdev/core/fbcon_cw.c 	area.dy = dx * vc->vc_font.width;
vc_font            59 drivers/video/fbdev/core/fbcon_cw.c 	area.width = height * vc->vc_font.height;
vc_font            60 drivers/video/fbdev/core/fbcon_cw.c 	area.height  = width * vc->vc_font.width;
vc_font            74 drivers/video/fbdev/core/fbcon_cw.c 	region.dx = vxres - ((sy + height) * vc->vc_font.height);
vc_font            75 drivers/video/fbdev/core/fbcon_cw.c 	region.dy = sx *  vc->vc_font.width;
vc_font            76 drivers/video/fbdev/core/fbcon_cw.c 	region.height = width * vc->vc_font.width;
vc_font            77 drivers/video/fbdev/core/fbcon_cw.c 	region.width = height * vc->vc_font.height;
vc_font            90 drivers/video/fbdev/core/fbcon_cw.c 	u32 idx = (vc->vc_font.height + 7) >> 3;
vc_font           103 drivers/video/fbdev/core/fbcon_cw.c 						vc->vc_font.width);
vc_font           106 drivers/video/fbdev/core/fbcon_cw.c 					      vc->vc_font.width);
vc_font           108 drivers/video/fbdev/core/fbcon_cw.c 		dst += d_pitch * vc->vc_font.width;
vc_font           120 drivers/video/fbdev/core/fbcon_cw.c 	u32 width = (vc->vc_font.height + 7)/8;
vc_font           121 drivers/video/fbdev/core/fbcon_cw.c 	u32 cellsize = width * vc->vc_font.width;
vc_font           135 drivers/video/fbdev/core/fbcon_cw.c 	image.dx = vxres - ((yy + 1) * vc->vc_font.height);
vc_font           136 drivers/video/fbdev/core/fbcon_cw.c 	image.dy = xx * vc->vc_font.width;
vc_font           137 drivers/video/fbdev/core/fbcon_cw.c 	image.width = vc->vc_font.height;
vc_font           152 drivers/video/fbdev/core/fbcon_cw.c 		image.height = vc->vc_font.width * cnt;
vc_font           177 drivers/video/fbdev/core/fbcon_cw.c 	unsigned int cw = vc->vc_font.width;
vc_font           178 drivers/video/fbdev/core/fbcon_cw.c 	unsigned int ch = vc->vc_font.height;
vc_font           210 drivers/video/fbdev/core/fbcon_cw.c 	int w = (vc->vc_font.height + 7) >> 3, c;
vc_font           233 drivers/video/fbdev/core/fbcon_cw.c 	src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.width));
vc_font           244 drivers/video/fbdev/core/fbcon_cw.c 		dst = kmalloc_array(w, vc->vc_font.width, GFP_ATOMIC);
vc_font           261 drivers/video/fbdev/core/fbcon_cw.c 	if (ops->cursor_state.image.height != vc->vc_font.width ||
vc_font           262 drivers/video/fbdev/core/fbcon_cw.c 	    ops->cursor_state.image.width != vc->vc_font.height ||
vc_font           264 drivers/video/fbdev/core/fbcon_cw.c 		ops->cursor_state.image.height = vc->vc_font.width;
vc_font           265 drivers/video/fbdev/core/fbcon_cw.c 		ops->cursor_state.image.width = vc->vc_font.height;
vc_font           269 drivers/video/fbdev/core/fbcon_cw.c 	dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height);
vc_font           270 drivers/video/fbdev/core/fbcon_cw.c 	dy = vc->vc_x * vc->vc_font.width;
vc_font           290 drivers/video/fbdev/core/fbcon_cw.c 		char *tmp, *mask = kmalloc_array(w, vc->vc_font.width,
vc_font           293 drivers/video/fbdev/core/fbcon_cw.c 		int width = (vc->vc_font.width + 7)/8;
vc_font           298 drivers/video/fbdev/core/fbcon_cw.c 		tmp = kmalloc_array(width, vc->vc_font.height, GFP_ATOMIC);
vc_font           316 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
vc_font           319 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height/3;
vc_font           322 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height >> 1;
vc_font           325 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = (vc->vc_font.height << 1)/3;
vc_font           329 drivers/video/fbdev/core/fbcon_cw.c 			cur_height = vc->vc_font.height;
vc_font           333 drivers/video/fbdev/core/fbcon_cw.c 		size = (vc->vc_font.height - cur_height) * width;
vc_font           339 drivers/video/fbdev/core/fbcon_cw.c 		memset(mask, 0, w * vc->vc_font.width);
vc_font           340 drivers/video/fbdev/core/fbcon_cw.c 		rotate_cw(tmp, mask, vc->vc_font.width, vc->vc_font.height);
vc_font            29 drivers/video/fbdev/core/fbcon_rotate.c 	if (vc->vc_font.data == ops->fontdata &&
vc_font            33 drivers/video/fbdev/core/fbcon_rotate.c 	src = ops->fontdata = vc->vc_font.data;
vc_font            36 drivers/video/fbdev/core/fbcon_rotate.c 	s_cellsize = ((vc->vc_font.width + 7)/8) *
vc_font            37 drivers/video/fbdev/core/fbcon_rotate.c 		vc->vc_font.height;
vc_font            42 drivers/video/fbdev/core/fbcon_rotate.c 		d_cellsize = ((vc->vc_font.height + 7)/8) *
vc_font            43 drivers/video/fbdev/core/fbcon_rotate.c 			vc->vc_font.width;
vc_font            67 drivers/video/fbdev/core/fbcon_rotate.c 			rotate_ud(src, dst, vc->vc_font.width,
vc_font            68 drivers/video/fbdev/core/fbcon_rotate.c 				  vc->vc_font.height);
vc_font            76 drivers/video/fbdev/core/fbcon_rotate.c 			rotate_cw(src, dst, vc->vc_font.width,
vc_font            77 drivers/video/fbdev/core/fbcon_rotate.c 				  vc->vc_font.height);
vc_font            84 drivers/video/fbdev/core/fbcon_rotate.c 			rotate_ccw(src, dst, vc->vc_font.width,
vc_font            85 drivers/video/fbdev/core/fbcon_rotate.c 				   vc->vc_font.height);
vc_font            28 drivers/video/fbdev/core/fbcon_ud.c 	int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
vc_font            29 drivers/video/fbdev/core/fbcon_ud.c 	int width = (vc->vc_font.width + 7) >> 3;
vc_font            30 drivers/video/fbdev/core/fbcon_ud.c 	unsigned int cellsize = vc->vc_font.height * width;
vc_font            56 drivers/video/fbdev/core/fbcon_ud.c 	area.sy = vyres - ((sy + height) * vc->vc_font.height);
vc_font            57 drivers/video/fbdev/core/fbcon_ud.c 	area.sx = vxres - ((sx + width) * vc->vc_font.width);
vc_font            58 drivers/video/fbdev/core/fbcon_ud.c 	area.dy = vyres - ((dy + height) * vc->vc_font.height);
vc_font            59 drivers/video/fbdev/core/fbcon_ud.c 	area.dx = vxres - ((dx + width) * vc->vc_font.width);
vc_font            60 drivers/video/fbdev/core/fbcon_ud.c 	area.height = height * vc->vc_font.height;
vc_font            61 drivers/video/fbdev/core/fbcon_ud.c 	area.width  = width * vc->vc_font.width;
vc_font            76 drivers/video/fbdev/core/fbcon_ud.c 	region.dy = vyres - ((sy + height) * vc->vc_font.height);
vc_font            77 drivers/video/fbdev/core/fbcon_ud.c 	region.dx = vxres - ((sx + width) *  vc->vc_font.width);
vc_font            78 drivers/video/fbdev/core/fbcon_ud.c 	region.width = width * vc->vc_font.width;
vc_font            79 drivers/video/fbdev/core/fbcon_ud.c 	region.height = height * vc->vc_font.height;
vc_font            92 drivers/video/fbdev/core/fbcon_ud.c 	u32 idx = vc->vc_font.width >> 3;
vc_font           125 drivers/video/fbdev/core/fbcon_ud.c 	u32 shift_low = 0, mod = vc->vc_font.width % 8;
vc_font           127 drivers/video/fbdev/core/fbcon_ud.c 	u32 idx = vc->vc_font.width >> 3;
vc_font           157 drivers/video/fbdev/core/fbcon_ud.c 	u32 width = (vc->vc_font.width + 7)/8;
vc_font           158 drivers/video/fbdev/core/fbcon_ud.c 	u32 cellsize = width * vc->vc_font.height;
vc_font           162 drivers/video/fbdev/core/fbcon_ud.c 	u32 mod = vc->vc_font.width % 8, cnt, pitch, size;
vc_font           173 drivers/video/fbdev/core/fbcon_ud.c 	image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height);
vc_font           174 drivers/video/fbdev/core/fbcon_ud.c 	image.dx = vxres - ((xx + count) * vc->vc_font.width);
vc_font           175 drivers/video/fbdev/core/fbcon_ud.c 	image.height = vc->vc_font.height;
vc_font           192 drivers/video/fbdev/core/fbcon_ud.c 		image.width = vc->vc_font.width * cnt;
vc_font           225 drivers/video/fbdev/core/fbcon_ud.c 	unsigned int cw = vc->vc_font.width;
vc_font           226 drivers/video/fbdev/core/fbcon_ud.c 	unsigned int ch = vc->vc_font.height;
vc_font           257 drivers/video/fbdev/core/fbcon_ud.c 	int w = (vc->vc_font.width + 7) >> 3, c;
vc_font           281 drivers/video/fbdev/core/fbcon_ud.c 	src = ops->fontbuffer + ((c & charmask) * (w * vc->vc_font.height));
vc_font           292 drivers/video/fbdev/core/fbcon_ud.c 		dst = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC);
vc_font           309 drivers/video/fbdev/core/fbcon_ud.c 	if (ops->cursor_state.image.height != vc->vc_font.height ||
vc_font           310 drivers/video/fbdev/core/fbcon_ud.c 	    ops->cursor_state.image.width != vc->vc_font.width ||
vc_font           312 drivers/video/fbdev/core/fbcon_ud.c 		ops->cursor_state.image.height = vc->vc_font.height;
vc_font           313 drivers/video/fbdev/core/fbcon_ud.c 		ops->cursor_state.image.width = vc->vc_font.width;
vc_font           317 drivers/video/fbdev/core/fbcon_ud.c 	dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height);
vc_font           318 drivers/video/fbdev/core/fbcon_ud.c 	dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width);
vc_font           338 drivers/video/fbdev/core/fbcon_ud.c 		char *mask = kmalloc_array(w, vc->vc_font.height, GFP_ATOMIC);
vc_font           356 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = (vc->vc_font.height < 10) ? 1 : 2;
vc_font           359 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height/3;
vc_font           362 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height >> 1;
vc_font           365 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = (vc->vc_font.height << 1)/3;
vc_font           369 drivers/video/fbdev/core/fbcon_ud.c 			cur_height = vc->vc_font.height;
vc_font           378 drivers/video/fbdev/core/fbcon_ud.c 		size = (vc->vc_font.height - cur_height) * w;
vc_font           144 drivers/video/fbdev/core/tileblit.c 		map.width = vc->vc_font.width;
vc_font           145 drivers/video/fbdev/core/tileblit.c 		map.height = vc->vc_font.height;
vc_font            90 include/linux/console_struct.h 	struct console_font vc_font;		/* Current VC font set */