Searched refs:vc_x (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/accessibility/braille/ |
D | braille_console.c | 51 static int vc_x, vc_y, lastvc_x, lastvc_y; variable 112 vc_x = vc->vc_x - (vc->vc_x % WIDTH); in vc_follow_cursor() 114 lastvc_x = vc->vc_x; in vc_follow_cursor() 121 if (vc->vc_x != lastvc_x || vc->vc_y != lastvc_y) in vc_maybe_cursor_moved() 133 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh() 173 if (vc_x > 0) { in keyboard_notifier_call() 174 vc_x -= WIDTH; in keyboard_notifier_call() 175 if (vc_x < 0) in keyboard_notifier_call() 176 vc_x = 0; in keyboard_notifier_call() 180 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() [all …]
|
/Linux-v5.4/drivers/tty/vt/ |
D | vt.c | 378 uniscr->lines[vc->vc_y][vc->vc_x] = uc; in vc_uniscr_putc() 387 unsigned int x = vc->vc_x, cols = vc->vc_cols; in vc_uniscr_insert() 400 unsigned int x = vc->vc_x, cols = vc->vc_cols; in vc_uniscr_delete() 839 scr_memmovew(p + nr, p, (vc->vc_cols - vc->vc_x - nr) * 2); in insert_char() 844 vc->vc_cols - vc->vc_x); in insert_char() 852 scr_memcpyw(p, p + nr, (vc->vc_cols - vc->vc_x - nr) * 2); in delete_char() 853 scr_memsetw(p + vc->vc_cols - vc->vc_x - nr, vc->vc_video_erase_char, in delete_char() 858 vc->vc_cols - vc->vc_x); in delete_char() 877 vc->vc_sw->con_putc(vc, i, vc->vc_y, vc->vc_x); in add_softcursor() 886 vc->vc_y, vc->vc_x); in hide_softcursor() [all …]
|
/Linux-v5.4/drivers/video/console/ |
D | sticon.c | 135 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols]; in sticon_cursor() 138 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor() 149 conp->vc_y, conp->vc_x); in sticon_cursor()
|
D | vgacon.c | 721 vgacon_set_cursor_size(c->vc_x, 31, 30); in vgacon_cursor() 723 vgacon_set_cursor_size(c->vc_x, 31, 31); in vgacon_cursor() 731 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 740 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 747 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 754 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 762 vgacon_set_cursor_size(c->vc_x, 31, 30); in vgacon_cursor() 764 vgacon_set_cursor_size(c->vc_x, 31, 31); in vgacon_cursor() 767 vgacon_set_cursor_size(c->vc_x, 1, in vgacon_cursor() 1352 c->vc_x = screen_info.orig_x; in vgacon_save_screen()
|
D | mdacon.c | 491 mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); in mdacon_cursor()
|
/Linux-v5.4/include/linux/ |
D | console_struct.h | 85 unsigned int vc_x, vc_y; /* Cursor position */ member
|
/Linux-v5.4/drivers/staging/speakup/ |
D | main.c | 266 spk_x = spk_cx = vc->vc_x; in speakup_date() 1554 old_cursor_x = vc->vc_x; in do_handle_cursor() 1577 speakup_console[vc_num]->ht.rx[bi] = vc->vc_x; in update_color_buffer() 1696 if (vc->vc_x >= win_left && vc->vc_x <= win_right && in cursor_done() 1760 if (spk_bell_pos && spk_keydown && (vc->vc_x == spk_bell_pos - 1)) in speakup_con_write() 1769 if (vc->vc_x >= win_left && vc->vc_x <= win_right && in speakup_con_write()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | tileblit.c | 88 cursor.sx = vc->vc_x; in tile_cursor()
|
D | bitblit.c | 289 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || in bit_cursor() 292 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; in bit_cursor()
|
D | fbcon_ccw.c | 287 dy = vyres - ((vc->vc_x + 1) * vc->vc_font.width); in ccw_cursor()
|
D | fbcon_cw.c | 270 dy = vc->vc_x * vc->vc_font.width; in cw_cursor()
|
D | fbcon_ud.c | 318 dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width); in ud_cursor()
|