vc_x 51 drivers/accessibility/braille/braille_console.c static int vc_x, vc_y, lastvc_x, lastvc_y; vc_x 112 drivers/accessibility/braille/braille_console.c vc_x = vc->vc_x - (vc->vc_x % WIDTH); vc_x 114 drivers/accessibility/braille/braille_console.c lastvc_x = vc->vc_x; vc_x 121 drivers/accessibility/braille/braille_console.c if (vc->vc_x != lastvc_x || vc->vc_y != lastvc_y) vc_x 133 drivers/accessibility/braille/braille_console.c 2 * (vc_x + i) + vc_y * vc->vc_size_row); vc_x 173 drivers/accessibility/braille/braille_console.c if (vc_x > 0) { vc_x 174 drivers/accessibility/braille/braille_console.c vc_x -= WIDTH; vc_x 175 drivers/accessibility/braille/braille_console.c if (vc_x < 0) vc_x 176 drivers/accessibility/braille/braille_console.c vc_x = 0; vc_x 180 drivers/accessibility/braille/braille_console.c vc_x = vc->vc_cols-WIDTH; vc_x 185 drivers/accessibility/braille/braille_console.c if (vc_x + WIDTH < vc->vc_cols) { vc_x 186 drivers/accessibility/braille/braille_console.c vc_x += WIDTH; vc_x 190 drivers/accessibility/braille/braille_console.c vc_x = 0; vc_x 210 drivers/accessibility/braille/braille_console.c vc_x = 0; vc_x 214 drivers/accessibility/braille/braille_console.c vc_x = 0; vc_x 266 drivers/staging/speakup/main.c spk_x = spk_cx = vc->vc_x; vc_x 1554 drivers/staging/speakup/main.c old_cursor_x = vc->vc_x; vc_x 1577 drivers/staging/speakup/main.c speakup_console[vc_num]->ht.rx[bi] = vc->vc_x; vc_x 1696 drivers/staging/speakup/main.c if (vc->vc_x >= win_left && vc->vc_x <= win_right && vc_x 1760 drivers/staging/speakup/main.c if (spk_bell_pos && spk_keydown && (vc->vc_x == spk_bell_pos - 1)) vc_x 1769 drivers/staging/speakup/main.c if (vc->vc_x >= win_left && vc->vc_x <= win_right && vc_x 384 drivers/tty/vt/vt.c uniscr->lines[vc->vc_y][vc->vc_x] = uc; vc_x 393 drivers/tty/vt/vt.c unsigned int x = vc->vc_x, cols = vc->vc_cols; vc_x 406 drivers/tty/vt/vt.c unsigned int x = vc->vc_x, cols = vc->vc_cols; vc_x 845 drivers/tty/vt/vt.c scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); vc_x 850 drivers/tty/vt/vt.c vc->vc_cols - vc->vc_x); vc_x 858 drivers/tty/vt/vt.c scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); vc_x 859 drivers/tty/vt/vt.c scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, vc_x 864 drivers/tty/vt/vt.c vc->vc_cols - vc->vc_x); vc_x 883 drivers/tty/vt/vt.c vc->vc_sw->con_putc(vc, i, vc->vc_y, vc->vc_x); vc_x 892 drivers/tty/vt/vt.c vc->vc_y, vc->vc_x); vc_x 930 drivers/tty/vt/vt.c vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->vc_y + 2 * vc->vc_x; vc_x 1299 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x, vc->vc_y); vc_x 1434 drivers/tty/vt/vt.c vc->vc_x = 0; vc_x 1437 drivers/tty/vt/vt.c vc->vc_x = vc->vc_cols - 1; vc_x 1439 drivers/tty/vt/vt.c vc->vc_x = new_x; vc_x 1455 drivers/tty/vt/vt.c vc->vc_pos = vc->vc_origin + vc->vc_y * vc->vc_size_row + (vc->vc_x<<1); vc_x 1508 drivers/tty/vt/vt.c vc->vc_pos -= vc->vc_x << 1; vc_x 1509 drivers/tty/vt/vt.c vc->vc_need_wrap = vc->vc_x = 0; vc_x 1515 drivers/tty/vt/vt.c if (vc->vc_x) { vc_x 1517 drivers/tty/vt/vt.c vc->vc_x--; vc_x 1535 drivers/tty/vt/vt.c vc_uniscr_clear_line(vc, vc->vc_x, vc_x 1536 drivers/tty/vt/vt.c vc->vc_cols - vc->vc_x); vc_x 1543 drivers/tty/vt/vt.c vc_uniscr_clear_line(vc, 0, vc->vc_x + 1); vc_x 1574 drivers/tty/vt/vt.c count = vc->vc_cols - vc->vc_x; vc_x 1577 drivers/tty/vt/vt.c offset = -vc->vc_x; vc_x 1578 drivers/tty/vt/vt.c count = vc->vc_x + 1; vc_x 1581 drivers/tty/vt/vt.c offset = -vc->vc_x; vc_x 1587 drivers/tty/vt/vt.c vc_uniscr_clear_line(vc, vc->vc_x + offset, count); vc_x 1600 drivers/tty/vt/vt.c count = (vpar > vc->vc_cols - vc->vc_x) ? (vc->vc_cols - vc->vc_x) : vpar; vc_x 1602 drivers/tty/vt/vt.c vc_uniscr_clear_line(vc, vc->vc_x, count); vc_x 1605 drivers/tty/vt/vt.c vc->vc_sw->con_clear(vc, vc->vc_y, vc->vc_x, 1, count); vc_x 1822 drivers/tty/vt/vt.c sprintf(buf, "\033[%d;%dR", vc->vc_y + (vc->vc_decom ? vc->vc_top + 1 : 1), vc->vc_x + 1); vc_x 1990 drivers/tty/vt/vt.c if (nr > vc->vc_cols - vc->vc_x) vc_x 1991 drivers/tty/vt/vt.c nr = vc->vc_cols - vc->vc_x; vc_x 2011 drivers/tty/vt/vt.c if (nr > vc->vc_cols - vc->vc_x) vc_x 2012 drivers/tty/vt/vt.c nr = vc->vc_cols - vc->vc_x; vc_x 2032 drivers/tty/vt/vt.c vc->vc_saved_x = vc->vc_x; vc_x 2141 drivers/tty/vt/vt.c vc->vc_pos -= (vc->vc_x << 1); vc_x 2142 drivers/tty/vt/vt.c while (vc->vc_x < vc->vc_cols - 1) { vc_x 2143 drivers/tty/vt/vt.c vc->vc_x++; vc_x 2144 drivers/tty/vt/vt.c if (vc->vc_tab_stop[7 & (vc->vc_x >> 5)] & (1 << (vc->vc_x & 31))) vc_x 2147 drivers/tty/vt/vt.c vc->vc_pos += (vc->vc_x << 1); vc_x 2205 drivers/tty/vt/vt.c vc->vc_tab_stop[7 & (vc->vc_x >> 5)] |= (1 << (vc->vc_x & 31)); vc_x 2357 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x, vc->vc_y - vc->vc_par[0]); vc_x 2362 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x, vc->vc_y + vc->vc_par[0]); vc_x 2367 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x + vc->vc_par[0], vc->vc_y); vc_x 2372 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x - vc->vc_par[0], vc->vc_y); vc_x 2387 drivers/tty/vt/vt.c gotoxay(vc, vc->vc_x ,vc->vc_par[0]); vc_x 2417 drivers/tty/vt/vt.c vc->vc_tab_stop[7 & (vc->vc_x >> 5)] &= ~(1 << (vc->vc_x & 31)); vc_x 2795 drivers/tty/vt/vt.c draw_x = vc->vc_x; vc_x 2798 drivers/tty/vt/vt.c if (vc->vc_x == vc->vc_cols - 1) { vc_x 2802 drivers/tty/vt/vt.c vc->vc_x++; vc_x 2979 drivers/tty/vt/vt.c start_x = vc->vc_x; vc_x 2990 drivers/tty/vt/vt.c start_x = vc->vc_x; vc_x 2997 drivers/tty/vt/vt.c start_x = vc->vc_x; vc_x 3005 drivers/tty/vt/vt.c if (vc->vc_x == vc->vc_cols - 1) { vc_x 3009 drivers/tty/vt/vt.c vc->vc_x++; vc_x 3407 drivers/tty/vt/vt.c gotoxy(vc, vc->vc_x, vc->vc_y); vc_x 4687 drivers/tty/vt/vt.c p[0] = min(vc->vc_x, 0xFFu); vc_x 491 drivers/video/console/mdacon.c mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); vc_x 135 drivers/video/console/sticon.c car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols]; vc_x 138 drivers/video/console/sticon.c sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); vc_x 149 drivers/video/console/sticon.c conp->vc_y, conp->vc_x); vc_x 721 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, 31, 30); vc_x 723 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, 31, 31); vc_x 731 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, vc_x 740 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, vc_x 747 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, vc_x 754 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, vc_x 762 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, 31, 30); vc_x 764 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, 31, 31); vc_x 767 drivers/video/console/vgacon.c vgacon_set_cursor_size(c->vc_x, 1, vc_x 1355 drivers/video/console/vgacon.c c->vc_x = screen_info.orig_x; vc_x 289 drivers/video/fbdev/core/bitblit.c if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || vc_x 292 drivers/video/fbdev/core/bitblit.c ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; vc_x 287 drivers/video/fbdev/core/fbcon_ccw.c dy = vyres - ((vc->vc_x + 1) * vc->vc_font.width); vc_x 270 drivers/video/fbdev/core/fbcon_cw.c dy = vc->vc_x * vc->vc_font.width; vc_x 318 drivers/video/fbdev/core/fbcon_ud.c dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width); vc_x 88 drivers/video/fbdev/core/tileblit.c cursor.sx = vc->vc_x; vc_x 85 include/linux/console_struct.h unsigned int vc_x, vc_y; /* Cursor position */