Searched refs:sticon_sti (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/console/ |
H A D | sticon.c | 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() [all …]
|