Lines Matching defs:count
86 int count, int ypos, int xpos)
94 while (count--) {
131 unsigned int b, enum con_scroll dir, unsigned int count)
142 sti_bmove(sti, t + count, 0, t, 0, b - t - count, conp->vc_cols,
144 sti_clear(sti, b - count, 0, count, conp->vc_cols,
149 sti_bmove(sti, t, 0, t + count, 0, b - t - count, conp->vc_cols,
151 sti_clear(sti, t, 0, count, conp->vc_cols,
346 static void sticon_invert_region(struct vc_data *conp, u16 *p, int count)
350 while (count--) {