Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/sti/
Dsticon.c150 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols]; in sticon_cursor()
153 sti_putc(default_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor()
164 conp->vc_y, conp->vc_x); in sticon_cursor()
/linux-2.4.37.9/include/linux/
Dconsole_struct.h35 unsigned int vc_x, vc_y; /* Cursor position */ member
/linux-2.4.37.9/drivers/char/
Dconsole_macros.h13 #define y (vc_cons[currcons].d->vc_y)
/linux-2.4.37.9/drivers/video/
Dpromcon.c450 if (px != conp->vc_x || py != conp->vc_y) { in promcon_cursor()
452 py = conp->vc_y; in promcon_cursor()
Dmdacon.c542 mda_set_cursor(c->vc_y*mda_num_columns*2 + c->vc_x*2); in mdacon_cursor()
Dfbcon.c690 conp->vc_y += logo_lines; in fbcon_setup()
750 conp->vc_y += logo_lines; in fbcon_setup()
895 int y = conp->vc_y; in fbcon_cursor()
Dvgacon.c971 c->vc_y = ORIG_Y; in vgacon_save_screen()