Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dconsole_struct.h109 unsigned short *vc_screenbuf; /* In-memory character/attribute buffer */ member
/linux-6.12.1/drivers/video/console/
Dsticon.c97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor()
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-6.12.1/drivers/tty/vt/
Dvt.c871 vc->vc_origin = (unsigned long)vc->vc_screenbuf; in set_origin()
1084 vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_KERNEL); in vc_allocate()
1085 if (!vc->vc_screenbuf) in vc_allocate()
1248 oldscreen = vc->vc_screenbuf; in vc_do_resize()
1249 vc->vc_screenbuf = newscreen; in vc_do_resize()
1336 kfree(vc->vc_screenbuf); in vc_deallocate()
3665 vc->vc_screenbuf = kzalloc(vc->vc_screenbuf_size, GFP_NOWAIT); in con_init()
3832 vc->vc_origin = (unsigned long)vc->vc_screenbuf; in do_bind_con_driver()
/linux-6.12.1/drivers/video/fbdev/core/
Dfbcon.c1219 if (vc->vc_hi_font_mask && vc->vc_screenbuf) in fbcon_deinit()