Searched refs:sticon_sti (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/video/console/ |
| D | sticon.c | 56 static struct sti_struct *sticon_sti; variable 103 sti_putc(sticon_sti, c, ypos, xpos); in sticon_putc() 129 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs() 143 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor() 153 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), in sticon_cursor() 163 struct sti_struct *sti = sticon_sti; in sticon_scroll() 198 sti_bmove(sticon_sti, sy, sx, dy, dx, height, width); in sticon_bmove() 203 struct sti_struct *sti = sticon_sti; in sticon_init() 232 sti_clear(sticon_sti, sy, sx, height, width, conp->vc_video_erase_char); in sticon_clear() 253 sti_clear(sticon_sti, 0,0, c->vc_rows, c->vc_cols, BLANK); in sticon_blank() [all …]
|