Searched refs:sticon_sti (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dsticon.c56 static struct sti_struct *sticon_sti; variable in typeref:struct:sti_struct
97 sti_putc(sticon_sti, c, ypos, xpos);
116 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
130 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x);
140 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11),
150 struct sti_struct *sti = sticon_sti;
178 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width);
183 struct sti_struct *sti = sticon_sti;
212 sti_clear(sticon_sti, sy, sx, height, width, conp->vc_video_erase_char);
233 sti_clear(sticon_sti,
[all...]

Completed in 35 milliseconds