Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/video/console/
Dvgacon.c383 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
518 c->vc_cell_height - in vgacon_cursor()
519 (c->vc_cell_height < in vgacon_cursor()
521 c->vc_cell_height - in vgacon_cursor()
522 (c->vc_cell_height < in vgacon_cursor()
527 c->vc_cell_height / 3, in vgacon_cursor()
528 c->vc_cell_height - in vgacon_cursor()
529 (c->vc_cell_height < in vgacon_cursor()
534 (c->vc_cell_height * 2) / 3, in vgacon_cursor()
535 c->vc_cell_height - in vgacon_cursor()
[all …]
/Linux-v5.15/include/linux/
Dconsole_struct.h104 unsigned int vc_cell_height; /* CRTC character cell height */ member
/Linux-v5.15/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()