Searched refs:sti_putc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/video/console/ |
| D | sticon.c | 98 sti_putc(sticon_sti, c, ypos, xpos); in sticon_putc() 124 sti_putc(sticon_sti, scr_readw(s++), ypos, xpos++); in sticon_putcs() 138 sti_putc(sticon_sti, car1, conp->vc_y, conp->vc_x); in sticon_cursor() 148 sti_putc(sticon_sti, (car1 & 255) + (0 << 8) + (7 << 11), in sticon_cursor()
|
| D | sticore.c | 136 sti_putc(struct sti_struct *sti, int c, int y, int x) in sti_putc() function
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | sticore.h | 394 void sti_putc(struct sti_struct *sti, int c, int y, int x);
|