Home
last modified time | relevance | path

Searched refs:vc_cell_height (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/video/console/
Dvgacon.c358 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
501 c->vc_cell_height - in vgacon_cursor()
502 (c->vc_cell_height < in vgacon_cursor()
504 c->vc_cell_height - in vgacon_cursor()
505 (c->vc_cell_height < in vgacon_cursor()
510 c->vc_cell_height / 3, in vgacon_cursor()
511 c->vc_cell_height - in vgacon_cursor()
512 (c->vc_cell_height < in vgacon_cursor()
517 (c->vc_cell_height * 2) / 3, in vgacon_cursor()
518 c->vc_cell_height - in vgacon_cursor()
[all …]
/linux-5.19.10/include/linux/
Dconsole_struct.h104 unsigned int vc_cell_height; /* CRTC character cell height */ member
/linux-5.19.10/drivers/tty/vt/
Dvt_ioctl.c711 int save_cell_height = vcp->vc_cell_height; in vt_resizex()
716 vcp->vc_cell_height = v.v_clin; in vt_resizex()
721 vcp->vc_cell_height = save_cell_height; in vt_resizex()