Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h109 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/tty/vt/
H A Dvt.c874 vc->vc_origin = (unsigned long)vc->vc_screenbuf; in set_origin()
1087 vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_KERNEL); in vc_allocate()
1088 if (!vc->vc_screenbuf) in vc_allocate()
1251 oldscreen = vc->vc_screenbuf; in vc_do_resize()
1252 vc->vc_screenbuf = newscreen; in vc_do_resize()
1336 kfree(vc->vc_screenbuf); in vc_deallocate()
3794 vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT); in con_init()
3961 vc->vc_origin = (unsigned long)vc->vc_screenbuf; in do_bind_con_driver()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c1253 if (vc->vc_hi_font_mask && vc->vc_screenbuf) in fbcon_deinit()