Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dvt.c836 unsigned short *p = (unsigned short *) vc->vc_pos; in insert_char()
849 unsigned short *p = (unsigned short *) vc->vc_pos; in delete_char()
865 int i = scr_readw((u16 *) vc->vc_pos); in add_softcursor()
875 scr_writew(i, (u16 *) vc->vc_pos); in add_softcursor()
883 scr_writew(softcursor_original, (u16 *)vc->vc_pos); in hide_softcursor()
923 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->vc_y + 2 * vc->vc_x; in set_origin()
1425 vc->vc_pos = vc->vc_origin + vc->vc_y * vc->vc_size_row + (vc->vc_x<<1); in gotoxy()
1456 vc->vc_pos += vc->vc_size_row; in lf()
1471 vc->vc_pos -= vc->vc_size_row; in ri()
1478 vc->vc_pos -= vc->vc_x << 1; in cr()
[all …]
/Linux-v5.4/include/linux/
Dconsole_struct.h87 unsigned long vc_pos; /* Cursor address */ member
/Linux-v5.4/drivers/video/console/
Dvgacon.c719 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()
728 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()
1409 c->vc_pos = (c->vc_pos - oldo) + c->vc_origin; in vgacon_scroll()
Dnewport_con.c459 xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; in newport_cursor()
/Linux-v5.4/drivers/usb/misc/sisusbvga/
Dsisusb_con.c725 sisusb_set_cursor(sisusb, (c->vc_pos - sisusb->scrbuf) / 2); in sisusbcon_cursor()
920 c->vc_pos = c->vc_pos - oldorigin + c->vc_origin; in sisusbcon_scroll()
/Linux-v5.4/drivers/video/fbdev/core/
Dbitblit.c259 c = scr_readw((u16 *) vc->vc_pos); in bit_cursor()
Dfbcon_ccw.c248 c = scr_readw((u16 *) vc->vc_pos); in ccw_cursor()
Dfbcon_cw.c231 c = scr_readw((u16 *) vc->vc_pos); in cw_cursor()
Dfbcon_ud.c279 c = scr_readw((u16 *) vc->vc_pos); in ud_cursor()
Dfbcon.c414 c = scr_readw((u16 *) vc->vc_pos); in fb_flashcursor()
656 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo()
674 vc->vc_pos += logo_lines * vc->vc_size_row; in fbcon_prepare_logo()
1380 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()
/Linux-v5.4/drivers/staging/speakup/
Dmain.c268 spk_pos = spk_cp = vc->vc_pos; in speakup_date()
1553 old_cursor_pos = vc->vc_pos; in do_handle_cursor()
1576 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer()