Searched refs:vc_y (Results 1 – 13 of 13) 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 113 vc_y = vc->vc_y; in vc_follow_cursor() 115 lastvc_y = vc->vc_y; 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() 177 } else if (vc_y >= 1) { in keyboard_notifier_call() 179 vc_y--; in keyboard_notifier_call() 187 } else if (vc_y + 1 < vc->vc_rows) { in keyboard_notifier_call() 189 vc_y++; in keyboard_notifier_call() 195 if (vc_y + 1 < vc->vc_rows) 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() 386 char32_t *ln = uniscr->lines[vc->vc_y]; in vc_uniscr_insert() 399 char32_t *ln = uniscr->lines[vc->vc_y]; in vc_uniscr_delete() 413 char32_t *ln = uniscr->lines[vc->vc_y]; in vc_uniscr_clear_line() 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() 923 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->vc_y + 2 * vc->vc_x; in set_origin() 1223 if (vc->vc_y > new_rows) { in vc_do_resize() 1224 if (old_rows - vc->vc_y < new_rows) { in vc_do_resize() 1235 first_copied_row = (vc->vc_y - new_rows/2); in vc_do_resize() [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 | mdacon.c | 491 mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); in mdacon_cursor()
|
| D | vgacon.c | 1353 c->vc_y = screen_info.orig_y; in vgacon_save_screen()
|
| /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 | 267 spk_y = spk_cy = vc->vc_y; in speakup_date() 1555 old_cursor_y = vc->vc_y; in do_handle_cursor() 1556 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor() 1578 speakup_console[vc_num]->ht.ry[bi] = vc->vc_y; in update_color_buffer() 1667 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight() 1669 if (speakup_console[vc_num]->ht.ry[hc] != vc->vc_y) in speak_highlight() 1697 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in cursor_done() 1770 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in speakup_con_write()
|
| /Linux-v5.4/drivers/video/fbdev/core/ |
| D | tileblit.c | 89 cursor.sy = vc->vc_y; in tile_cursor()
|
| D | bitblit.c | 243 int y = real_y(ops->p, vc->vc_y); in bit_cursor()
|
| D | fbcon_ccw.c | 228 int y = real_y(ops->p, vc->vc_y); in ccw_cursor()
|
| D | fbcon_cw.c | 211 int y = real_y(ops->p, vc->vc_y); in cw_cursor()
|
| D | fbcon_ud.c | 258 int y = real_y(ops->p, vc->vc_y); in ud_cursor()
|
| D | fbcon.c | 651 if (vc->vc_y + logo_lines >= rows) in fbcon_prepare_logo() 652 lines = rows - vc->vc_y - 1; in fbcon_prepare_logo() 655 vc->vc_y += lines; in fbcon_prepare_logo() 673 vc->vc_y += logo_lines; in fbcon_prepare_logo()
|