Searched refs:vc_y (Results 1 – 12 of 12) sorted by relevance
/drivers/accessibility/braille/ |
D | braille_console.c | 64 static int vc_x, vc_y, lastvc_x, lastvc_y; variable 126 vc_y = vc->vc_y; in vc_follow_cursor() 128 lastvc_y = vc->vc_y; 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() 190 } else if (vc_y >= 1) { in keyboard_notifier_call() 192 vc_y--; in keyboard_notifier_call() 200 } else if (vc_y + 1 < vc->vc_rows) { in keyboard_notifier_call() 202 vc_y++; in keyboard_notifier_call() 208 if (vc_y + 1 < vc->vc_rows) in keyboard_notifier_call() [all …]
|
/drivers/tty/vt/ |
D | vt.c | 549 vc->vc_sw->con_bmove(vc, vc->vc_y, vc->vc_x, vc->vc_y, vc->vc_x + nr, 1, 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() 571 vc->vc_sw->con_bmove(vc, vc->vc_y, vc->vc_x + nr, vc->vc_y, vc->vc_x, 1, in delete_char() 575 vc->vc_sw->con_putc(vc, vc->vc_video_erase_char, vc->vc_y, 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() 906 if (vc->vc_y > new_rows) { in vc_do_resize() 907 if (old_rows - vc->vc_y < new_rows) { in vc_do_resize() 918 old_origin += (vc->vc_y - new_rows/2) * old_row_size; in vc_do_resize() [all …]
|
/drivers/video/console/ |
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 | 89 cursor.sy = vc->vc_y; in tile_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 | 229 int y = real_y(ops->p, vc->vc_y); in ccw_cursor()
|
D | bitblit.c | 244 int y = real_y(ops->p, vc->vc_y); in bit_cursor()
|
D | fbcon_cw.c | 213 int y = real_y(ops->p, vc->vc_y); in cw_cursor()
|
D | fbcon_ud.c | 259 int y = real_y(ops->p, vc->vc_y); in ud_cursor()
|
D | fbcon.c | 642 if (vc->vc_y + logo_lines >= rows) in fbcon_prepare_logo() 643 lines = rows - vc->vc_y - 1; in fbcon_prepare_logo() 646 vc->vc_y += lines; in fbcon_prepare_logo() 664 vc->vc_y += logo_lines; in fbcon_prepare_logo()
|
D | vgacon.c | 1339 c->vc_y = screen_info.orig_y; in vgacon_save_screen()
|
/drivers/staging/speakup/ |
D | main.c | 273 spk_y = spk_cy = vc->vc_y; in speakup_date() 1489 old_cursor_y = vc->vc_y; in do_handle_cursor() 1490 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor() 1512 speakup_console[vc_num]->ht.ry[bi] = vc->vc_y; in update_color_buffer() 1601 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight() 1603 if (speakup_console[vc_num]->ht.ry[hc] != vc->vc_y) in speak_highlight() 1630 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in cursor_done() 1698 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in speakup_con_write()
|