sticon_sti         56 drivers/video/console/sticon.c static struct sti_struct *sticon_sti;
sticon_sti         98 drivers/video/console/sticon.c     sti_putc(sticon_sti, c, ypos, xpos);
sticon_sti        124 drivers/video/console/sticon.c 	sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++);
sticon_sti        138 drivers/video/console/sticon.c 	sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x);
sticon_sti        148 drivers/video/console/sticon.c 	    sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11),
sticon_sti        159 drivers/video/console/sticon.c     struct sti_struct *sti = sticon_sti;
sticon_sti        183 drivers/video/console/sticon.c     struct sti_struct *sti = sticon_sti;
sticon_sti        212 drivers/video/console/sticon.c     sti_clear(sticon_sti, sy, sx, height, width, conp->vc_video_erase_char);
sticon_sti        233 drivers/video/console/sticon.c     sti_clear(sticon_sti, 0,0, c->vc_rows, c->vc_cols, BLANK);
sticon_sti        349 drivers/video/console/sticon.c     if (sticon_sti)
sticon_sti        352 drivers/video/console/sticon.c     sticon_sti = sti_get_rom(0);
sticon_sti        353 drivers/video/console/sticon.c     if (!sticon_sti)