Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h149 unsigned long vc_pos; /* Cursor address */ member
/linux/drivers/video/console/
H A Dvgacon.c517 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()
1180 c->vc_pos = (c->vc_pos - oldo) + c->vc_origin; in vgacon_scroll()
/linux/drivers/video/fbdev/core/
H A Dbitblit.c276 c = scr_readw((u16 *) vc->vc_pos); in bit_cursor()
H A Dfbcon.c421 c = scr_readw((u16 *) vc->vc_pos); in fb_flashcursor()
695 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo()
713 vc->vc_pos += logo_lines * vc->vc_size_row; in fbcon_prepare_logo()
1410 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()