Home
last modified time | relevance | path

Searched refs:vc_cols (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/video/console/
H A Dsticon.c97 car1 = conp->vc_screenbuf[conp->state.x + conp->state.y * conp->vc_cols]; in sticon_cursor()
128 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols, in sticon_scroll()
130 sti_clear(sti, b - count, 0, count, conp->vc_cols, in sticon_scroll()
135 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols, in sticon_scroll()
137 sti_clear(sti, t, 0, count, conp->vc_cols, in sticon_scroll()
160 int vc_cols, vc_rows, vc_old_cols, vc_old_rows; in sticon_set_font() local
228 vc_old_cols = vc->vc_cols; in sticon_set_font()
238 vc_cols = sti_onscreen_x(sti) / cooked_font->width; in sticon_set_font()
240 vc_resize(vc, vc_cols, vc_rows); in sticon_set_font()
243 if (vc_cols == vc_old_cols && vc_rows == vc_old_rows) in sticon_set_font()
[all …]
H A Ddummycon.c122 vc->vc_cols = DUMMY_COLUMNS; in dummycon_init()
H A Dvgacon.c389 c->vc_cols = vga_video_num_columns; in vgacon_init()
619 int x = c->vc_cols * VGA_FONTWIDTH; in vgacon_switch()
628 vga_video_num_columns = c->vc_cols; in vgacon_switch()
643 vgacon_doresize(c, c->vc_cols, c->vc_rows); in vgacon_switch()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c892 fbcon_prepare_logo(fg_vc, fg_info, fg_vc->vc_cols, in con2fb_init_display()
893 fg_vc->vc_rows, fg_vc->vc_cols, in con2fb_init_display()
1178 cols = vc->vc_cols; in fbcon_init()
1221 vc->vc_cols = new_cols; in fbcon_init()
1546 0, 0, 0, vc->vc_rows, vc->vc_cols); in ypan_up()
1594 0, vc->vc_rows, vc->vc_cols); in ypan_down()
1668 int offset = ycount * vc->vc_cols; in fbcon_redraw_blit()
1856 __fbcon_clear(vc, b - count, 0, count, vc->vc_cols); in fbcon_scroll()
1868 vc->vc_cols); in fbcon_scroll()
1873 vc->vc_cols); in fbcon_scroll()
[all …]
H A Dbitblit.c233 unsigned int rw = info->var.xres - (vc->vc_cols*cw); in bit_clear_margins()
/linux/drivers/accessibility/braille/
H A Dbraille_console.c179 vc_x = vc->vc_cols-WIDTH; in keyboard_notifier_call()
184 if (vc_x + WIDTH < vc->vc_cols) { in keyboard_notifier_call()
/linux/include/linux/
H A Dconsole_struct.h126 unsigned int vc_cols; /* [#] Console size */ member
/linux/drivers/tty/vt/
H A Dselection.c352 v->xs = umin(v->xs - 1, vc->vc_cols - 1); in vc_selection()
354 v->xe = umin(v->xe - 1, vc->vc_cols - 1); in vc_selection()