Searched refs:vc_x (Results 1 – 11 of 11) sorted by relevance
/drivers/accessibility/braille/ |
D | braille_console.c | 64 static int vc_x, vc_y, lastvc_x, lastvc_y; variable 125 vc_x = vc->vc_x - (vc->vc_x % WIDTH); in vc_follow_cursor() 127 lastvc_x = vc->vc_x; in vc_follow_cursor() 134 if (vc->vc_x != lastvc_x || vc->vc_y != lastvc_y) in vc_maybe_cursor_moved() 146 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh() 186 if (vc_x > 0) { in keyboard_notifier_call() 187 vc_x -= WIDTH; in keyboard_notifier_call() 188 if (vc_x < 0) in keyboard_notifier_call() 189 vc_x = 0; in keyboard_notifier_call() 193 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call() [all …]
|
/drivers/tty/vt/ |
D | vt.c | 542 p = q + vc->vc_cols - nr - vc->vc_x; in insert_char() 549 vc->vc_sw->con_bmove(vc, vc->vc_y, vc->vc_x, vc->vc_y, vc->vc_x + nr, 1, in insert_char() 550 vc->vc_cols - vc->vc_x - nr); in insert_char() 553 vc->vc_sw->con_putc(vc, vc->vc_video_erase_char, vc->vc_y, vc->vc_x + nr); in insert_char() 560 unsigned int i = vc->vc_x; in delete_char() 571 vc->vc_sw->con_bmove(vc, vc->vc_y, vc->vc_x + nr, vc->vc_y, vc->vc_x, 1, in delete_char() 572 vc->vc_cols - vc->vc_x - nr); in delete_char() 597 vc->vc_sw->con_putc(vc, i, vc->vc_y, vc->vc_x); in add_softcursor() 606 vc->vc_y, vc->vc_x); in hide_softcursor() 644 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->vc_y + 2 * vc->vc_x; in set_origin() [all …]
|
/drivers/video/console/ |
D | vgacon.c | 699 vgacon_set_cursor_size(c->vc_x, 31, 30); in vgacon_cursor() 701 vgacon_set_cursor_size(c->vc_x, 31, 31); in vgacon_cursor() 709 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 718 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 725 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 732 vgacon_set_cursor_size(c->vc_x, in vgacon_cursor() 740 vgacon_set_cursor_size(c->vc_x, 31, 30); in vgacon_cursor() 742 vgacon_set_cursor_size(c->vc_x, 31, 31); in vgacon_cursor() 745 vgacon_set_cursor_size(c->vc_x, 1, in vgacon_cursor() 1338 c->vc_x = screen_info.orig_x; in vgacon_save_screen()
|
D | sticon.c | 140 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols]; in sticon_cursor() 143 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor() 154 conp->vc_y, conp->vc_x); in sticon_cursor()
|
D | tileblit.c | 88 cursor.sx = vc->vc_x; in tile_cursor()
|
D | bitblit.c | 290 if ((ops->cursor_state.image.dx != (vc->vc_font.width * vc->vc_x)) || in bit_cursor() 293 ops->cursor_state.image.dx = vc->vc_font.width * vc->vc_x; in bit_cursor()
|
D | mdacon.c | 520 mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); in mdacon_cursor()
|
D | fbcon_ccw.c | 288 dy = vyres - ((vc->vc_x + 1) * vc->vc_font.width); in ccw_cursor()
|
D | fbcon_cw.c | 272 dy = vc->vc_x * vc->vc_font.width; in cw_cursor()
|
D | fbcon_ud.c | 319 dx = vxres - ((vc->vc_x * vc->vc_font.width) + vc->vc_font.width); in ud_cursor()
|
/drivers/staging/speakup/ |
D | main.c | 272 spk_x = spk_cx = vc->vc_x; in speakup_date() 1488 old_cursor_x = vc->vc_x; in do_handle_cursor() 1511 speakup_console[vc_num]->ht.rx[bi] = vc->vc_x; in update_color_buffer() 1629 if (vc->vc_x >= win_left && vc->vc_x <= win_right && in cursor_done() 1688 if (bell_pos && spk_keydown && (vc->vc_x == bell_pos - 1)) in speakup_con_write() 1697 if (vc->vc_x >= win_left && vc->vc_x <= win_right && in speakup_con_write()
|