Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h136 unsigned short *vc_screenbuf; /* In-memory character/attribute buffer */ member
/linux/drivers/video/console/
H A Dsticon.c97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor()
H A Dvgacon.c635 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch()
1132 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1301 if (vc->vc_hi_font_mask && vc->vc_screenbuf) in fbcon_deinit()