Searched defs:vc_cols (Results 1 - 1 of 1) sorted by relevance

/drivers/video/console/
H A Dsticon.c140 car1 = conp->vc_screenbuf[conp->vc_x + conp->vc_y * conp->vc_cols];
172 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols);
173 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char);
177 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols);
178 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char);
204 int vc_cols, vc_rows; local
207 vc_cols = sti_onscreen_x(sti) / sti->font_width;
212 c->vc_cols = vc_cols;
216 /* vc_cols
[all...]

Completed in 92 milliseconds