Home
last modified time | relevance | path

Searched refs:vc_y (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/accessibility/braille/
Dbraille_console.c64 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 …]
/Linux-v4.19/drivers/tty/vt/
Dvt.c378 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()
1215 if (vc->vc_y > new_rows) { in vc_do_resize()
1216 if (old_rows - vc->vc_y < new_rows) { in vc_do_resize()
1227 first_copied_row = (vc->vc_y - new_rows/2); in vc_do_resize()
[all …]
/Linux-v4.19/drivers/video/console/
Dsticon.c135 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()
Dmdacon.c491 mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); in mdacon_cursor()
Dvgacon.c1352 c->vc_y = screen_info.orig_y; in vgacon_save_screen()
/Linux-v4.19/include/linux/
Dconsole_struct.h85 unsigned int vc_x, vc_y; /* Cursor position */ member
/Linux-v4.19/drivers/staging/speakup/
Dmain.c267 spk_y = spk_cy = vc->vc_y; in speakup_date()
1552 old_cursor_y = vc->vc_y; in do_handle_cursor()
1553 speakup_console[vc->vc_num]->ht.cy = vc->vc_y; in do_handle_cursor()
1575 speakup_console[vc_num]->ht.ry[bi] = vc->vc_y; in update_color_buffer()
1664 d = vc->vc_y - speakup_console[vc_num]->ht.cy; in speak_highlight()
1666 if (speakup_console[vc_num]->ht.ry[hc] != vc->vc_y) in speak_highlight()
1694 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in cursor_done()
1767 vc->vc_y >= win_top && vc->vc_y <= win_bottom) { in speakup_con_write()
/Linux-v4.19/drivers/video/fbdev/core/
Dtileblit.c89 cursor.sy = vc->vc_y; in tile_cursor()
Dfbcon_ccw.c228 int y = real_y(ops->p, vc->vc_y); in ccw_cursor()
Dfbcon_cw.c211 int y = real_y(ops->p, vc->vc_y); in cw_cursor()
Dbitblit.c243 int y = real_y(ops->p, vc->vc_y); in bit_cursor()
Dfbcon_ud.c258 int y = real_y(ops->p, vc->vc_y); in ud_cursor()
Dfbcon.c626 if (vc->vc_y + logo_lines >= rows) in fbcon_prepare_logo()
627 lines = rows - vc->vc_y - 1; in fbcon_prepare_logo()
630 vc->vc_y += lines; in fbcon_prepare_logo()
648 vc->vc_y += logo_lines; in fbcon_prepare_logo()