vc_size_row       133 drivers/accessibility/braille/braille_console.c 				2 * (vc_x + i) + vc_y * vc->vc_size_row);
vc_size_row       800 drivers/staging/speakup/main.c 	spk_pos -= vc->vc_size_row;
vc_size_row       812 drivers/staging/speakup/main.c 	spk_pos += vc->vc_size_row;
vc_size_row       828 drivers/staging/speakup/main.c 		if (i >= vc->vc_size_row)
vc_size_row       849 drivers/staging/speakup/main.c 	u_long start = vc->vc_origin + (spk_y * vc->vc_size_row);
vc_size_row       892 drivers/staging/speakup/main.c 	start = vc->vc_origin + ((spk_y) * vc->vc_size_row);
vc_size_row       893 drivers/staging/speakup/main.c 	end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2;
vc_size_row       915 drivers/staging/speakup/main.c 		if (i >= vc->vc_size_row)
vc_size_row       938 drivers/staging/speakup/main.c 		start += from * vc->vc_size_row;
vc_size_row       941 drivers/staging/speakup/main.c 	end = vc->vc_origin + (to * vc->vc_size_row);
vc_size_row       943 drivers/staging/speakup/main.c 		to = from + vc->vc_size_row;
vc_size_row       961 drivers/staging/speakup/main.c 	start = vc->vc_origin + (win_top * vc->vc_size_row);
vc_size_row       962 drivers/staging/speakup/main.c 	end = vc->vc_origin + (win_bottom * vc->vc_size_row);
vc_size_row       967 drivers/staging/speakup/main.c 		start += vc->vc_size_row;
vc_size_row       982 drivers/staging/speakup/main.c 	spk_pos += (vc->vc_rows - spk_y - 1) * vc->vc_size_row;
vc_size_row      1626 drivers/staging/speakup/main.c 		start += vc->vc_size_row;
vc_size_row      2018 drivers/staging/speakup/main.c 		spk_pos = vc->vc_origin + (goto_pos * vc->vc_size_row);
vc_size_row       204 drivers/tty/vt/selection.c 	ps = v->ys * vc->vc_size_row + (v->xs << 1);
vc_size_row       205 drivers/tty/vt/selection.c 	pe = v->ye * vc->vc_size_row + (v->xe << 1);
vc_size_row       246 drivers/tty/vt/selection.c 				if (!(ps % vc->vc_size_row))
vc_size_row       256 drivers/tty/vt/selection.c 				if (!((pe + 2) % vc->vc_size_row))
vc_size_row       261 drivers/tty/vt/selection.c 			new_sel_start = ps - ps % vc->vc_size_row;
vc_size_row       262 drivers/tty/vt/selection.c 			new_sel_end = pe + vc->vc_size_row
vc_size_row       263 drivers/tty/vt/selection.c 				    - pe % vc->vc_size_row - 2;
vc_size_row       277 drivers/tty/vt/selection.c 		!atedge(new_sel_end, vc->vc_size_row) &&
vc_size_row       281 drivers/tty/vt/selection.c 			    atedge(pe, vc->vc_size_row))
vc_size_row       333 drivers/tty/vt/selection.c 		if (! ((i + 2) % vc->vc_size_row)) {
vc_size_row       558 drivers/tty/vt/vt.c 	int offset = row * vc->vc_size_row + col * 2;
vc_size_row       570 drivers/tty/vt/vt.c 		row = (pos - vc->vc_origin) / vc->vc_size_row;
vc_size_row       571 drivers/tty/vt/vt.c 		col = ((pos - vc->vc_origin) % vc->vc_size_row) / 2;
vc_size_row       640 drivers/tty/vt/vt.c 	s = clear = (u16 *)(vc->vc_origin + vc->vc_size_row * t);
vc_size_row       641 drivers/tty/vt/vt.c 	d = (u16 *)(vc->vc_origin + vc->vc_size_row * (t + nr));
vc_size_row       647 drivers/tty/vt/vt.c 	scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row);
vc_size_row       648 drivers/tty/vt/vt.c 	scr_memsetw(clear, vc->vc_video_erase_char, vc->vc_size_row * nr);
vc_size_row       930 drivers/tty/vt/vt.c 	vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->vc_y + 2 * vc->vc_x;
vc_size_row      1073 drivers/tty/vt/vt.c 	vc->vc_size_row = vc->vc_cols << 1;
vc_size_row      1074 drivers/tty/vt/vt.c 	vc->vc_screenbuf_size = vc->vc_rows * vc->vc_size_row;
vc_size_row      1233 drivers/tty/vt/vt.c 	old_row_size = vc->vc_size_row;
vc_size_row      1244 drivers/tty/vt/vt.c 	vc->vc_size_row = new_row_size;
vc_size_row      1455 drivers/tty/vt/vt.c 	vc->vc_pos = vc->vc_origin + vc->vc_y * vc->vc_size_row + (vc->vc_x<<1);
vc_size_row      1486 drivers/tty/vt/vt.c 		vc->vc_pos += vc->vc_size_row;
vc_size_row      1501 drivers/tty/vt/vt.c 		vc->vc_pos -= vc->vc_size_row;
vc_size_row      3332 drivers/tty/vt/vt.c 	vc->vc_size_row = cols << 1;
vc_size_row      3333 drivers/tty/vt/vt.c 	vc->vc_screenbuf_size = vc->vc_rows * vc->vc_size_row;
vc_size_row      4726 drivers/tty/vt/vt.c 	int margin = c->vc_size_row * 4;
vc_size_row      4738 drivers/tty/vt/vt.c 		wrap = rolled_over + c->vc_size_row;
vc_size_row      4744 drivers/tty/vt/vt.c 	from_off = (vorigin - from + wrap) % wrap + lines * c->vc_size_row;
vc_size_row       817 drivers/usb/misc/sisusbvga/sisusb_con.c 	unsigned int delta = lines * c->vc_size_row;
vc_size_row       607 drivers/video/console/newport_con.c 					vc->vc_size_row * (t + lines));
vc_size_row       609 drivers/video/console/newport_con.c 					vc->vc_size_row * t);
vc_size_row       623 drivers/video/console/newport_con.c 					vc->vc_size_row * (b - lines));
vc_size_row       642 drivers/video/console/newport_con.c 					vc->vc_size_row * (b - lines) - 2);
vc_size_row       644 drivers/video/console/newport_con.c 					vc->vc_size_row * b - 2);
vc_size_row       658 drivers/video/console/newport_con.c 					vc->vc_size_row * t);
vc_size_row       246 drivers/video/console/sticon.c     line = offset / conp->vc_size_row;
vc_size_row       248 drivers/video/console/sticon.c     	return (u16 *)(conp->vc_origin + offset - softback_lines * conp->vc_size_row);
vc_size_row       251 drivers/video/console/vgacon.c 	p = (void *) (c->vc_origin + t * c->vc_size_row);
vc_size_row       256 drivers/video/console/vgacon.c 			    p, c->vc_size_row);
vc_size_row       259 drivers/video/console/vgacon.c 		p += c->vc_size_row;
vc_size_row       260 drivers/video/console/vgacon.c 		vgacon_scrollback_cur->tail += c->vc_size_row;
vc_size_row       324 drivers/video/console/vgacon.c 		((vgacon_scrollback_cur->cnt - end) * c->vc_size_row);
vc_size_row       325 drivers/video/console/vgacon.c 	soff -= count * c->vc_size_row;
vc_size_row       342 drivers/video/console/vgacon.c 		count *= c->vc_size_row;
vc_size_row       355 drivers/video/console/vgacon.c 			scr_memcpyw(d, s, diff * c->vc_size_row);
vc_size_row      1381 drivers/video/console/vgacon.c 	delta = lines * c->vc_size_row;
vc_size_row       172 drivers/video/fbdev/core/fbcon.c #define advance_row(p, delta) (unsigned short *)((unsigned long)(p) + (delta) * vc->vc_size_row)
vc_size_row       378 drivers/video/fbdev/core/fbcon.c 	int l = fbcon_softback_size / vc->vc_size_row;
vc_size_row       381 drivers/video/fbdev/core/fbcon.c 		softback_end = softback_buf + l * vc->vc_size_row;
vc_size_row       625 drivers/video/fbdev/core/fbcon.c 				vc->vc_size_row * rows);
vc_size_row       646 drivers/video/fbdev/core/fbcon.c 			scr_memcpyw(r + step, r, vc->vc_size_row);
vc_size_row       656 drivers/video/fbdev/core/fbcon.c 			vc->vc_pos += lines * vc->vc_size_row;
vc_size_row       661 drivers/video/fbdev/core/fbcon.c 		    vc->vc_size_row * logo_lines);
vc_size_row       670 drivers/video/fbdev/core/fbcon.c 					vc->vc_size_row *
vc_size_row       674 drivers/video/fbdev/core/fbcon.c 		vc->vc_pos += logo_lines * vc->vc_size_row;
vc_size_row      1626 drivers/video/fbdev/core/fbcon.c 	n = softback_curr + delta * vc->vc_size_row;
vc_size_row      1633 drivers/video/fbdev/core/fbcon.c 				    (softback_top - n) / vc->vc_size_row;
vc_size_row      1639 drivers/video/fbdev/core/fbcon.c 			    (softback_top - n) / vc->vc_size_row;
vc_size_row      1712 drivers/video/fbdev/core/fbcon.c 		(vc->vc_origin + vc->vc_size_row * line);
vc_size_row      1747 drivers/video/fbdev/core/fbcon.c 	    (vc->vc_origin + vc->vc_size_row * line);
vc_size_row      1786 drivers/video/fbdev/core/fbcon.c 			s -= vc->vc_size_row;
vc_size_row      1787 drivers/video/fbdev/core/fbcon.c 			d -= vc->vc_size_row;
vc_size_row      1796 drivers/video/fbdev/core/fbcon.c 	    (vc->vc_origin + vc->vc_size_row * line);
vc_size_row      1841 drivers/video/fbdev/core/fbcon.c 			s -= vc->vc_size_row;
vc_size_row      1842 drivers/video/fbdev/core/fbcon.c 			d -= vc->vc_size_row;
vc_size_row      1854 drivers/video/fbdev/core/fbcon.c 	p = (unsigned short *) (vc->vc_origin + t * vc->vc_size_row);
vc_size_row      1857 drivers/video/fbdev/core/fbcon.c 		scr_memcpyw((u16 *) softback_in, p, vc->vc_size_row);
vc_size_row      1860 drivers/video/fbdev/core/fbcon.c 		softback_in += vc->vc_size_row;
vc_size_row      1864 drivers/video/fbdev/core/fbcon.c 			softback_top += vc->vc_size_row;
vc_size_row      1904 drivers/video/fbdev/core/fbcon.c 							vc->vc_size_row *
vc_size_row      1907 drivers/video/fbdev/core/fbcon.c 				    vc->vc_size_row * count);
vc_size_row      1976 drivers/video/fbdev/core/fbcon.c 							vc->vc_size_row *
vc_size_row      1979 drivers/video/fbdev/core/fbcon.c 				    vc->vc_size_row * count);
vc_size_row      1995 drivers/video/fbdev/core/fbcon.c 							vc->vc_size_row *
vc_size_row      1998 drivers/video/fbdev/core/fbcon.c 				    vc->vc_size_row * count);
vc_size_row      2065 drivers/video/fbdev/core/fbcon.c 							vc->vc_size_row *
vc_size_row      2068 drivers/video/fbdev/core/fbcon.c 				    vc->vc_size_row * count);
vc_size_row      2365 drivers/video/fbdev/core/fbcon.c 			      vc->vc_origin + vc->vc_size_row * vc->vc_top,
vc_size_row      2366 drivers/video/fbdev/core/fbcon.c 			      vc->vc_size_row * (vc->vc_bottom -
vc_size_row      2768 drivers/video/fbdev/core/fbcon.c 	line = offset / vc->vc_size_row;
vc_size_row      2771 drivers/video/fbdev/core/fbcon.c 				softback_lines * vc->vc_size_row);
vc_size_row      2863 drivers/video/fbdev/core/fbcon.c 				    logo_lines * vc->vc_size_row;
vc_size_row      2869 drivers/video/fbdev/core/fbcon.c 					p -= vc->vc_size_row;
vc_size_row      2870 drivers/video/fbdev/core/fbcon.c 					q -= vc->vc_size_row;
vc_size_row      2872 drivers/video/fbdev/core/fbcon.c 						    vc->vc_size_row);
vc_size_row        63 include/linux/console_struct.h 	unsigned int	vc_size_row;		/* Bytes per row */