Home
last modified time | relevance | path

Searched refs:vc_pos (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/drivers/tty/vt/
Dvt.c790 unsigned short *p = (unsigned short *) vc->vc_pos; in insert_char()
803 unsigned short *p = (unsigned short *) vc->vc_pos; in delete_char()
819 int i = scr_readw((u16 *) vc->vc_pos); in add_softcursor()
834 scr_writew(i, (u16 *)vc->vc_pos); in add_softcursor()
842 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
883 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->state.y + in set_origin()
1432 vc->vc_pos = vc->vc_origin + vc->state.y * vc->vc_size_row + in gotoxy()
1464 vc->vc_pos += vc->vc_size_row; in lf()
1479 vc->vc_pos -= vc->vc_size_row; in ri()
1486 vc->vc_pos -= vc->state.x << 1; in cr()
[all …]
/linux-6.6.21/include/linux/
Dconsole_struct.h122 unsigned long vc_pos; /* Cursor address */ member
/linux-6.6.21/drivers/video/console/
Dvgacon.c484 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()
493 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()
1151 c->vc_pos = (c->vc_pos - oldo) + c->vc_origin; in vgacon_scroll()
Dnewport_con.c457 xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; in newport_cursor()
/linux-6.6.21/drivers/video/fbdev/core/
Dfbcon_cw.c222 c = scr_readw((u16 *) vc->vc_pos); in cw_cursor()
Dbitblit.c253 c = scr_readw((u16 *) vc->vc_pos); in bit_cursor()
Dfbcon_ccw.c239 c = scr_readw((u16 *) vc->vc_pos); in ccw_cursor()
Dfbcon_ud.c270 c = scr_readw((u16 *) vc->vc_pos); in ud_cursor()
Dfbcon.c377 c = scr_readw((u16 *) vc->vc_pos); in fb_flashcursor()
605 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo()
623 vc->vc_pos += logo_lines * vc->vc_size_row; in fbcon_prepare_logo()
1308 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()
/linux-6.6.21/drivers/accessibility/speakup/
Dmain.c268 spk_pos = spk_cp = vc->vc_pos; in speakup_date()
1560 old_cursor_pos = vc->vc_pos; in do_handle_cursor()
1583 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer()