Lines Matching refs:sticon_sti
59 #define STI_DEF_FONT sticon_sti->font
67 static struct sti_struct *sticon_sti; variable
82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc()
95 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++, in sticon_putcs()
111 sti_putc(sticon_sti, car1, conp->state.y, conp->state.x, in sticon_cursor()
122 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), in sticon_cursor()
133 struct sti_struct *sti = sticon_sti; in sticon_scroll()
173 struct sti_struct *sti = sticon_sti; in sticon_set_font()
243 sti_clear(sticon_sti, 0, 0, vc_old_rows, vc_old_cols, in sticon_set_font()
278 struct sti_struct *sti = sticon_sti; in sticon_init()
309 sti_clear(sticon_sti, sy, sx, height, width, in sticon_clear()
325 sti_clear(sticon_sti, 0, 0, c->vc_rows, c->vc_cols, BLANK, in sticon_blank()
387 if (sticon_sti) in sticonsole_init()
390 sticon_sti = sti_get_rom(0); in sticonsole_init()
391 if (!sticon_sti) in sticonsole_init()
398 sticon_sti->sti_data->inq_outptr.dev_name, in sticonsole_init()
399 sticon_sti->pa_path); in sticonsole_init()